diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2009-02-17 04:06:48 -0500 |
---|---|---|
committer | Samuel Ortiz <samuel@sortiz.org> | 2009-04-04 18:32:21 -0400 |
commit | 0ef2067d0fdb0572bd0df288d1d32e27c929d824 (patch) | |
tree | c60c27fa0cd1161f370837796c321e960b182ee9 /arch/arm | |
parent | 0254a8f496f9c939d4068613ace4ffd0d9e6ece2 (diff) |
pxa/magician: remove deprecated .bus_shift from PASIC3 platform_data
The PASIC3 driver now calculates its register spacing from the resource
size.
Signed-off-by: Philipp Zabel <philipp.zabel@gmail.com>
Signed-off-by: Samuel Ortiz <sameo@openedhand.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-pxa/magician.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/magician.c b/arch/arm/mach-pxa/magician.c index d46b36746be2..deeea1c2782b 100644 --- a/arch/arm/mach-pxa/magician.c +++ b/arch/arm/mach-pxa/magician.c | |||
@@ -507,7 +507,6 @@ static struct resource pasic3_resources[] = { | |||
507 | }; | 507 | }; |
508 | 508 | ||
509 | static struct pasic3_platform_data pasic3_platform_data = { | 509 | static struct pasic3_platform_data pasic3_platform_data = { |
510 | .bus_shift = 2, | ||
511 | .led_pdata = &pasic3_leds_info, | 510 | .led_pdata = &pasic3_leds_info, |
512 | .clock_rate = 4000000, | 511 | .clock_rate = 4000000, |
513 | }; | 512 | }; |