Skip to content

Commit

Permalink
ARM: OMAP: mcbsp: Update mcbsp.h include dependencies
Browse files Browse the repository at this point in the history
hardware.h is not needed here and let the definition for struct clk to come
via linux/clk.h.

Signed-off-by: Jarkko Nikula <jarkko.nikula@bitmer.com>
Acked-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Tested-by: Janusz Krzysztofik <jkrzyszt@tis.icnet.pl>
Signed-off-by: Tony Lindgren <tony@atomide.com>
  • Loading branch information
Jarkko Nikula authored and Tony Lindgren committed Sep 27, 2011
1 parent f821eec commit 5167255
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions arch/arm/plat-omap/include/plat/mcbsp.h
Original file line number Diff line number Diff line change
Expand Up @@ -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) \
Expand Down

0 comments on commit 5167255

Please sign in to comment.