Преглед изворни кода

ARM: mmp: make plat-pxa build standalone

The ssp.c driver in plat-pxa is the only remaining file including a
mach/*.h header from mmp. It actually doesn't need mach/hardware.h at
all, so we can remove the #include.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Arnd Bergmann пре 11 година
родитељ
комит
8bf42cc888
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      arch/arm/plat-pxa/ssp.c

+ 0 - 1
arch/arm/plat-pxa/ssp.c

@@ -34,7 +34,6 @@
 #include <linux/of_device.h>
 #include <linux/of_device.h>
 
 
 #include <asm/irq.h>
 #include <asm/irq.h>
-#include <mach/hardware.h>
 
 
 static DEFINE_MUTEX(ssp_lock);
 static DEFINE_MUTEX(ssp_lock);
 static LIST_HEAD(ssp_list);
 static LIST_HEAD(ssp_list);