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:
parent
8a212ab6b8
commit
d052d1beff
198 changed files with 214 additions and 158 deletions
|
|
@ -20,6 +20,8 @@
|
|||
#include <linux/vmalloc.h>
|
||||
#include <linux/delay.h>
|
||||
#include <linux/interrupt.h>
|
||||
#include <linux/platform_device.h>
|
||||
|
||||
#include <asm/uaccess.h>
|
||||
#include <linux/fb.h>
|
||||
#include <linux/init.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue