mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-01-27 13:28:47 -05:00
staging: tidspbridge: remove unnecessary include of <plat/clock.h>
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>
This commit is contained in:
committed by
Tony Lindgren
parent
ddffeb8c4d
commit
a656a06bbf
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user