diff options
Diffstat (limited to 'arch/sh/include/asm/device.h')
| -rw-r--r-- | arch/sh/include/asm/device.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/sh/include/asm/device.h b/arch/sh/include/asm/device.h index 8688a88303e..071bcb4d4bf 100644 --- a/arch/sh/include/asm/device.h +++ b/arch/sh/include/asm/device.h @@ -3,6 +3,9 @@ * * This file is released under the GPLv2 */ +#ifndef __ASM_SH_DEVICE_H +#define __ASM_SH_DEVICE_H + #include <asm-generic/device.h> struct platform_device; @@ -12,3 +15,4 @@ int platform_resource_setup_memory(struct platform_device *pdev, void plat_early_device_setup(void); +#endif /* __ASM_SH_DEVICE_H */ |
