diff options
author | Michael Hennerich <michael.hennerich@analog.com> | 2009-10-09 03:37:03 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-12-15 00:14:16 -0500 |
commit | adfc046740b4161cbb1f0a3ea0d4200e21113489 (patch) | |
tree | 943668244d2715915719d94164ec456d27a438b0 /arch/blackfin/mach-bf548/boards | |
parent | bbc51e97d336e0d0461b13bbe4ccdbe768695f5a (diff) |
Blackfin: update bfin_rotary defines
The driver was moved during the merge process, so update the defines to
match the new location.
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/mach-bf548/boards')
-rw-r--r-- | arch/blackfin/mach-bf548/boards/ezkit.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/blackfin/mach-bf548/boards/ezkit.c b/arch/blackfin/mach-bf548/boards/ezkit.c index 1a5286bbb3fa..e926d3959051 100644 --- a/arch/blackfin/mach-bf548/boards/ezkit.c +++ b/arch/blackfin/mach-bf548/boards/ezkit.c | |||
@@ -154,7 +154,7 @@ static struct platform_device bf54x_kpad_device = { | |||
154 | }; | 154 | }; |
155 | #endif | 155 | #endif |
156 | 156 | ||
157 | #if defined(CONFIG_JOYSTICK_BFIN_ROTARY) || defined(CONFIG_JOYSTICK_BFIN_ROTARY_MODULE) | 157 | #if defined(CONFIG_INPUT_BFIN_ROTARY) || defined(CONFIG_INPUT_BFIN_ROTARY_MODULE) |
158 | #include <asm/bfin_rotary.h> | 158 | #include <asm/bfin_rotary.h> |
159 | 159 | ||
160 | static struct bfin_rotary_platform_data bfin_rotary_data = { | 160 | static struct bfin_rotary_platform_data bfin_rotary_data = { |
@@ -974,7 +974,7 @@ static struct platform_device *ezkit_devices[] __initdata = { | |||
974 | &bf54x_kpad_device, | 974 | &bf54x_kpad_device, |
975 | #endif | 975 | #endif |
976 | 976 | ||
977 | #if defined(CONFIG_JOYSTICK_BFIN_ROTARY) || defined(CONFIG_JOYSTICK_BFIN_ROTARY_MODULE) | 977 | #if defined(CONFIG_INPUT_BFIN_ROTARY) || defined(CONFIG_INPUT_BFIN_ROTARY_MODULE) |
978 | &bfin_rotary_device, | 978 | &bfin_rotary_device, |
979 | #endif | 979 | #endif |
980 | 980 | ||