diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2012-12-31 12:26:33 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-01-01 15:01:03 +0100 |
commit | d9699088e4bfaff1778d26192756a5894c3f947b (patch) | |
tree | 628e73fc14365312fe2724ad58eec85e8401988c | |
parent | [media] gspca_sonixj: Add a small delay after i2c_w1 (diff) | |
download | linux-d9699088e4bfaff1778d26192756a5894c3f947b.tar.xz linux-d9699088e4bfaff1778d26192756a5894c3f947b.zip |
[media] [FOR,v3.8] omap3isp: Don't include deleted OMAP plat/ header files
The plat/iommu.h, plat/iovmm.h and plat/omap-pm.h have been deleted.
Don't include them.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r-- | drivers/media/platform/omap3isp/ispvideo.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/media/platform/omap3isp/ispvideo.c b/drivers/media/platform/omap3isp/ispvideo.c index 8759247cb243..b4e81cecae6f 100644 --- a/drivers/media/platform/omap3isp/ispvideo.c +++ b/drivers/media/platform/omap3isp/ispvideo.c @@ -34,9 +34,6 @@ #include <linux/vmalloc.h> #include <media/v4l2-dev.h> #include <media/v4l2-ioctl.h> -#include <plat/iommu.h> -#include <plat/iovmm.h> -#include <plat/omap-pm.h> #include "ispvideo.h" #include "isp.h" |