Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[PATCH] missing platform_device.h includes

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by

Al Viro and committed by
Linus Torvalds
bbc5b212 d8762748

+8 -4
+5 -4
arch/um/include/net_kern.h
··· 6 6 #ifndef __UM_NET_KERN_H 7 7 #define __UM_NET_KERN_H 8 8 9 - #include "linux/netdevice.h" 10 - #include "linux/skbuff.h" 11 - #include "linux/socket.h" 12 - #include "linux/list.h" 9 + #include <linux/netdevice.h> 10 + #include <linux/platform_device.h> 11 + #include <linux/skbuff.h> 12 + #include <linux/socket.h> 13 + #include <linux/list.h> 13 14 14 15 struct uml_net { 15 16 struct list_head list;
+1
drivers/char/tpm/tpm.h
··· 24 24 #include <linux/delay.h> 25 25 #include <linux/fs.h> 26 26 #include <linux/miscdevice.h> 27 + #include <linux/platform_device.h> 27 28 28 29 enum tpm_timeout { 29 30 TPM_TIMEOUT = 5, /* msecs */
+2
include/asm-ppc/mv64x60.h
··· 27 27 #include <asm/pci-bridge.h> 28 28 #include <asm/mv64x60_defs.h> 29 29 30 + struct platform_device; 31 + 30 32 extern u8 mv64x60_pci_exclude_bridge; 31 33 32 34 extern spinlock_t mv64x60_lock;