diff options
Diffstat (limited to 'arch/sh/include/asm/device.h')
| -rw-r--r-- | arch/sh/include/asm/device.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/sh/include/asm/device.h b/arch/sh/include/asm/device.h index efd511d0803..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; @@ -10,3 +13,6 @@ struct platform_device; int platform_resource_setup_memory(struct platform_device *pdev, char *name, unsigned long memsize); +void plat_early_device_setup(void); + +#endif /* __ASM_SH_DEVICE_H */ |
