diff options
Diffstat (limited to 'include/linux/maple.h')
-rw-r--r-- | include/linux/maple.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/maple.h b/include/linux/maple.h index d9a51b9b3300..c37288b23e0c 100644 --- a/include/linux/maple.h +++ b/include/linux/maple.h | |||
@@ -1,9 +1,9 @@ | |||
1 | #ifndef __LINUX_MAPLE_H | 1 | #ifndef __LINUX_MAPLE_H |
2 | #define __LINUX_MAPLE_H | 2 | #define __LINUX_MAPLE_H |
3 | 3 | ||
4 | #include <linux/device.h> | ||
5 | #include <mach/maple.h> | 4 | #include <mach/maple.h> |
6 | 5 | ||
6 | struct device; | ||
7 | extern struct bus_type maple_bus_type; | 7 | extern struct bus_type maple_bus_type; |
8 | 8 | ||
9 | /* Maple Bus command and response codes */ | 9 | /* Maple Bus command and response codes */ |