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

[ARM] pxa: fix the warning of undeclared "struct pxaohci_platform_data"

The header file <asm/arch/ohci.h> was missing in the original file,
include it to fix the warning.

Signed-off-by: eric miao <eric.miao@marvell.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
eric miao пре 17 година
родитељ
комит
cd5604d561
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      arch/arm/mach-pxa/devices.c

+ 1 - 0
arch/arm/mach-pxa/devices.c

@@ -10,6 +10,7 @@
 #include <asm/arch/mmc.h>
 #include <asm/arch/irda.h>
 #include <asm/arch/i2c.h>
+#include <asm/arch/ohci.h>
 
 #include "devices.h"