staging: tidspbridge: remove unnecessary include of <plat/clock.h>
authorPaul Walmsley <paul@pwsan.com>
Mon, 15 Oct 2012 23:24:12 +0000 (16:24 -0700)
committerTony Lindgren <tony@atomide.com>
Mon, 15 Oct 2012 23:24:12 +0000 (16:24 -0700)
The DSPBridge driver includes arch/arm/plat-omap/include/plat/clock.h.
All of the <plat/ ...> includes are causing problems with the ARM
single image kernel effort.  Remove this one.

Signed-off-by: Paul Walmsley <paul@pwsan.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/staging/tidspbridge/include/dspbridge/host_os.h

index ed00d3da3205a0074333fb0a4dfd778ca6417280..896f1579d5d7be4d3e07e6a77579f3913f90d56c 100644 (file)
@@ -40,7 +40,6 @@
 #include <linux/vmalloc.h>
 #include <linux/ioport.h>
 #include <linux/platform_device.h>
-#include <plat/clock.h>
 #include <linux/clk.h>
 #include <plat/mailbox.h>
 #include <linux/pagemap.h>
This page took 0.032801 seconds and 5 git commands to generate.