aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/boards/mach-kfr2r09
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh/boards/mach-kfr2r09')
-rw-r--r--arch/sh/boards/mach-kfr2r09/setup.c3
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
100static struct platform_device *kfr2r09_devices[] __initdata = { 103static struct platform_device *kfr2r09_devices[] __initdata = {