[media] cec.h: merge cec-edid.h into cec.h

Drop the separate cec-edid.h header and merge it into cec.h.

There was really no need to have a separate header for this.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
Hans Verkuil
2017-04-17 07:54:37 -03:00
committed by Mauro Carvalho Chehab
parent 56a263aaa0
commit ee7e987133
7 changed files with 104 additions and 138 deletions

View File

@@ -24,6 +24,7 @@
#include <linux/list.h>
#include <linux/kref.h>
#include <media/cec.h>
#include <media/cec-notifier.h>
#include <drm/drm_edid.h>