diff options
author | Rob Herring <rob.herring@calxeda.com> | 2012-02-29 18:07:40 -0600 |
---|---|---|
committer | Rob Herring <rob.herring@calxeda.com> | 2012-03-06 21:34:39 -0600 |
commit | 5e71412c7a46090499e622a87239562af95b204d (patch) | |
tree | 74003c9414368ab8fd230e235d1a4406089696df | |
parent | 6076c644126e5424f32aec6c8f2bdc19bbcc8859 (diff) | |
download | linux-3.10-5e71412c7a46090499e622a87239562af95b204d.tar.gz linux-3.10-5e71412c7a46090499e622a87239562af95b204d.tar.bz2 linux-3.10-5e71412c7a46090499e622a87239562af95b204d.zip |
[media] davinci: remove includes of mach/io.h
Remove a few remaining includes of mach/io.h.
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Cc: Mauro Carvalho Chehab <mchehab@infradead.org>
-rw-r--r-- | drivers/media/video/davinci/vpbe_osd.c | 1 | ||||
-rw-r--r-- | drivers/media/video/davinci/vpbe_venc.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/video/davinci/vpbe_osd.c b/drivers/media/video/davinci/vpbe_osd.c index d6488b79ae3..bba299dbf39 100644 --- a/drivers/media/video/davinci/vpbe_osd.c +++ b/drivers/media/video/davinci/vpbe_osd.c @@ -28,7 +28,6 @@ #include <linux/clk.h> #include <linux/slab.h> -#include <mach/io.h> #include <mach/cputype.h> #include <mach/hardware.h> diff --git a/drivers/media/video/davinci/vpbe_venc.c b/drivers/media/video/davinci/vpbe_venc.c index 00e80f59d5d..b21ecc8d134 100644 --- a/drivers/media/video/davinci/vpbe_venc.c +++ b/drivers/media/video/davinci/vpbe_venc.c @@ -27,7 +27,6 @@ #include <mach/hardware.h> #include <mach/mux.h> -#include <mach/io.h> #include <mach/i2c.h> #include <linux/io.h> |