diff options
Diffstat (limited to 'arch/sh/boards/mach-kfr2r09')
-rw-r--r-- | arch/sh/boards/mach-kfr2r09/setup.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/sh/boards/mach-kfr2r09/setup.c b/arch/sh/boards/mach-kfr2r09/setup.c index bf5f8f8d3b5f..0e9b39034df3 100644 --- a/arch/sh/boards/mach-kfr2r09/setup.c +++ b/arch/sh/boards/mach-kfr2r09/setup.c | |||
@@ -95,6 +95,9 @@ static struct platform_device kfr2r09_sh_keysc_device = { | |||
95 | .dev = { | 95 | .dev = { |
96 | .platform_data = &kfr2r09_sh_keysc_info, | 96 | .platform_data = &kfr2r09_sh_keysc_info, |
97 | }, | 97 | }, |
98 | .archdata = { | ||
99 | .hwblk_id = HWBLK_KEYSC, | ||
100 | }, | ||
98 | }; | 101 | }; |
99 | 102 | ||
100 | static struct platform_device *kfr2r09_devices[] __initdata = { | 103 | static struct platform_device *kfr2r09_devices[] __initdata = { |