diff options
author | Paul Mundt <lethal@linux-sh.org> | 2011-11-18 16:24:08 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-11-18 16:24:08 +0900 |
commit | ec20a81562772f43610490a48814f9edbebc3431 (patch) | |
tree | 2f00ac51078111fc2f2f25f3a39e304797daba2f /arch/sh/boards/mach-se/7722/setup.c | |
parent | 4be887342c48f3b1e208bac6375c19c57791a3b9 (diff) | |
download | op-kernel-dev-ec20a81562772f43610490a48814f9edbebc3431.zip op-kernel-dev-ec20a81562772f43610490a48814f9edbebc3431.tar.gz |
sh: hwblk: Kill off hwblk_id from pdev archdata.
Now that nothing is using this anymore, kill off the assignments across
the board.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards/mach-se/7722/setup.c')
-rw-r--r-- | arch/sh/boards/mach-se/7722/setup.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/sh/boards/mach-se/7722/setup.c b/arch/sh/boards/mach-se/7722/setup.c index 80a4e57..e1963fe 100644 --- a/arch/sh/boards/mach-se/7722/setup.c +++ b/arch/sh/boards/mach-se/7722/setup.c @@ -127,9 +127,6 @@ static struct platform_device sh_keysc_device = { .dev = { .platform_data = &sh_keysc_info, }, - .archdata = { - .hwblk_id = HWBLK_KEYSC, - }, }; static struct platform_device *se7722_devices[] __initdata = { |