Commit db38951c authored by Manjunath Hadli's avatar Manjunath Hadli Committed by Mauro Carvalho Chehab

[media] davinci: vpif: remove machine specific header file includes

remove unnecessary inclusion of machine specific header files mach/dm646x.h,
mach/hardware.h from vpif.h  and aslo mach/dm646x.h from vpif_display.c
driver which comes in the way of platform code consolidation.
Add linux/i2c.h header file in vpif_types.h which is required for
building.
Signed-off-by: default avatarManjunath Hadli <manjunath.hadli@ti.com>
Cc: Mauro Carvalho Chehab <mchehab@infradead.org>
Cc: LMML <linux-media@vger.kernel.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 260a8f7b
...@@ -18,8 +18,6 @@ ...@@ -18,8 +18,6 @@
#include <linux/io.h> #include <linux/io.h>
#include <linux/videodev2.h> #include <linux/videodev2.h>
#include <mach/hardware.h>
#include <mach/dm646x.h>
#include <media/davinci/vpif_types.h> #include <media/davinci/vpif_types.h>
/* Maximum channel allowed */ /* Maximum channel allowed */
......
...@@ -39,8 +39,6 @@ ...@@ -39,8 +39,6 @@
#include <media/v4l2-ioctl.h> #include <media/v4l2-ioctl.h>
#include <media/v4l2-chip-ident.h> #include <media/v4l2-chip-ident.h>
#include <mach/dm646x.h>
#include "vpif_display.h" #include "vpif_display.h"
#include "vpif.h" #include "vpif.h"
......
...@@ -17,6 +17,8 @@ ...@@ -17,6 +17,8 @@
#ifndef _VPIF_TYPES_H #ifndef _VPIF_TYPES_H
#define _VPIF_TYPES_H #define _VPIF_TYPES_H
#include <linux/i2c.h>
#define VPIF_CAPTURE_MAX_CHANNELS 2 #define VPIF_CAPTURE_MAX_CHANNELS 2
enum vpif_if_type { enum vpif_if_type {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment