Create platform_device.h to contain all the platform device details.
[deliverable/linux.git] / drivers / usb / host / ohci-au1xxx.c
index a277e258eb6c5863337a267ea1a46a50cef6caa4..f0c78cf14b6ca6b11ec98010986d54179c41a5b6 100644 (file)
@@ -18,6 +18,8 @@
  * This file is licenced under the GPL.
  */
 
+#include <linux/platform_device.h>
+
 #include <asm/mach-au1x00/au1000.h>
 
 #define USBH_ENABLE_BE (1<<0)
This page took 0.036052 seconds and 5 git commands to generate.