diff options
Diffstat (limited to 'include/linux/platform_device.h')
-rw-r--r-- | include/linux/platform_device.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/platform_device.h b/include/linux/platform_device.h index 3097c943fab9..1a9f38f27f65 100644 --- a/include/linux/platform_device.h +++ b/include/linux/platform_device.h | |||
@@ -12,13 +12,13 @@ | |||
12 | #define _PLATFORM_DEVICE_H_ | 12 | #define _PLATFORM_DEVICE_H_ |
13 | 13 | ||
14 | #include <linux/device.h> | 14 | #include <linux/device.h> |
15 | #include <linux/mod_devicetable.h> | ||
16 | 15 | ||
17 | #define PLATFORM_DEVID_NONE (-1) | 16 | #define PLATFORM_DEVID_NONE (-1) |
18 | #define PLATFORM_DEVID_AUTO (-2) | 17 | #define PLATFORM_DEVID_AUTO (-2) |
19 | 18 | ||
20 | struct mfd_cell; | 19 | struct mfd_cell; |
21 | struct property_entry; | 20 | struct property_entry; |
21 | struct platform_device_id; | ||
22 | 22 | ||
23 | struct platform_device { | 23 | struct platform_device { |
24 | const char *name; | 24 | const char *name; |