diff options
| -rw-r--r-- | arch/arm/mach-mmp/include/mach/devices.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-mmp/include/mach/devices.h b/arch/arm/mach-mmp/include/mach/devices.h index 1fa0a492454a..d0ec7dae88e4 100644 --- a/arch/arm/mach-mmp/include/mach/devices.h +++ b/arch/arm/mach-mmp/include/mach/devices.h | |||
| @@ -1,3 +1,6 @@ | |||
| 1 | #ifndef __MACH_DEVICE_H | ||
| 2 | #define __MACH_DEVICE_H | ||
| 3 | |||
| 1 | #include <linux/types.h> | 4 | #include <linux/types.h> |
| 2 | 5 | ||
| 3 | #define MAX_RESOURCE_DMA 2 | 6 | #define MAX_RESOURCE_DMA 2 |
| @@ -47,3 +50,4 @@ struct pxa_device_desc mmp2_device_##_name __initdata = { \ | |||
| 47 | } | 50 | } |
| 48 | 51 | ||
| 49 | extern int pxa_register_device(struct pxa_device_desc *, void *, size_t); | 52 | extern int pxa_register_device(struct pxa_device_desc *, void *, size_t); |
| 53 | #endif /* __MACH_DEVICE_H */ | ||
