Create platform_device.h to contain all the platform device details.

Convert everyone who uses platform_bus_type to include
linux/platform_device.h.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Acked-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Russell King
2005-10-29 19:07:23 +01:00
committed by Russell King
parent 8a212ab6b8
commit d052d1beff
198 changed files with 214 additions and 158 deletions

View File

@@ -70,6 +70,7 @@
#include <linux/interrupt.h>
#include <linux/usb.h>
#include <linux/usb_isp116x.h>
#include <linux/platform_device.h>
#include <asm/io.h>
#include <asm/irq.h>

View 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)

View File

@@ -16,6 +16,8 @@
* This file is licenced under the GPL.
*/
#include <linux/platform_device.h>
#include <asm/hardware.h>

View File

@@ -14,6 +14,8 @@
* This file is licenced under the GPL.
*/
#include <linux/platform_device.h>
#include <asm/hardware.h>
#include <asm/io.h>
#include <asm/mach-types.h>

View File

@@ -14,6 +14,8 @@
* This file is licenced under the GPL.
*/
#include <linux/platform_device.h>
/* configure so an HC device and id are always provided */
/* always called with process context; sleeping is OK */

View File

@@ -19,7 +19,7 @@
* This file is licenced under the GPL.
*/
#include <linux/device.h>
#include <linux/platform_device.h>
#include <asm/mach-types.h>
#include <asm/hardware.h>
#include <asm/arch/pxa-regs.h>

View File

@@ -19,6 +19,8 @@
* This file is licenced under the GPL.
*/
#include <linux/platform_device.h>
#include <asm/hardware.h>
#include <asm/hardware/clock.h>
#include <asm/arch/usb-control.h>

View File

@@ -54,6 +54,7 @@
#include <linux/interrupt.h>
#include <linux/usb.h>
#include <linux/usb_sl811.h>
#include <linux/platform_device.h>
#include <asm/io.h>
#include <asm/irq.h>

View File

@@ -19,6 +19,7 @@
#include <linux/string.h>
#include <linux/timer.h>
#include <linux/ioport.h>
#include <linux/platform_device.h>
#include <pcmcia/cs_types.h>
#include <pcmcia/cs.h>