aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/platform_device.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/platform_device.h')
-rw-r--r--include/linux/platform_device.h2
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
20struct mfd_cell; 19struct mfd_cell;
21struct property_entry; 20struct property_entry;
21struct platform_device_id;
22 22
23struct platform_device { 23struct platform_device {
24 const char *name; 24 const char *name;