Message ID | 20090731074717.29009.57874.sendpatchset@rx1.opensource.se (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
--- 0001/arch/sh/include/asm/device.h +++ work/arch/sh/include/asm/device.h 2009-07-30 15:00:23.000000000 +0900 @@ -3,7 +3,9 @@ * * This file is released under the GPLv2 */ -#include <asm-generic/device.h> + +struct dev_archdata { +}; struct platform_device; /* allocate contiguous memory chunk and fill in struct resource */ @@ -12,3 +14,8 @@ int platform_resource_setup_memory(struc void plat_early_device_setup(void); +struct pdev_archdata { +#ifdef CONFIG_ARCH_SHMOBILE + int hwblk_id; +#endif +};