Skip to content

Commit

Permalink
[media] davinci: remove includes of mach/io.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Rob Herring committed Mar 7, 2012
1 parent 6076c64 commit 5e71412
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion drivers/media/video/davinci/vpbe_osd.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
#include <linux/clk.h>
#include <linux/slab.h>

#include <mach/io.h>
#include <mach/cputype.h>
#include <mach/hardware.h>

Expand Down
1 change: 0 additions & 1 deletion drivers/media/video/davinci/vpbe_venc.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@

#include <mach/hardware.h>
#include <mach/mux.h>
#include <mach/io.h>
#include <mach/i2c.h>

#include <linux/io.h>
Expand Down

0 comments on commit 5e71412

Please sign in to comment.