diff options
| author | Tony Lindgren <tony@atomide.com> | 2018-08-28 12:58:03 -0400 |
|---|---|---|
| committer | Tony Lindgren <tony@atomide.com> | 2018-08-28 12:58:03 -0400 |
| commit | ea4d65f14f6aaa53e379b93c5544245ef081b3e7 (patch) | |
| tree | a15485f4f1cf547a52b31fa8e16e14b9579b7200 /include/linux/platform_device.h | |
| parent | ce32d59ee2cd036f6e8a6ed17a06a0b0bec5c67c (diff) | |
| parent | 496f3347d834aec91c38b45d6249ed00f58ad233 (diff) | |
Merge branch 'perm-fix' into omap-for-v4.19/fixes-v2
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; |
