ARM: OMAP: mcbsp: Update mcbsp.h include dependencies
authorJarkko Nikula <[email protected]>
Mon, 26 Sep 2011 07:45:46 +0000 (10:45 +0300)
committerTony Lindgren <[email protected]>
Tue, 27 Sep 2011 00:48:42 +0000 (17:48 -0700)
hardware.h is not needed here and let the definition for struct clk to come
via linux/clk.h.

Signed-off-by: Jarkko Nikula <[email protected]>
Acked-by: Peter Ujfalusi <[email protected]>
Tested-by: Janusz Krzysztofik <[email protected]>
Signed-off-by: Tony Lindgren <[email protected]>
arch/arm/plat-omap/include/plat/mcbsp.h

index 9802055b0a80831f32f01749ef4907ed282c3cd2..5d657d96269de82d68958b74da14bf1b3a9e2387 100644 (file)
@@ -25,9 +25,7 @@
 #define __ASM_ARCH_OMAP_MCBSP_H
 
 #include <linux/spinlock.h>
-
-#include <mach/hardware.h>
-#include <plat/clock.h>
+#include <linux/clk.h>
 
 /* macro for building platform_device for McBSP ports */
 #define OMAP_MCBSP_PLATFORM_DEVICE(port_nr)            \