pxa/magician: remove deprecated .bus_shift from PASIC3 platform_data
authorPhilipp Zabel <philipp.zabel@gmail.com>
Tue, 17 Feb 2009 09:06:48 +0000 (10:06 +0100)
committerSamuel Ortiz <samuel@sortiz.org>
Sat, 4 Apr 2009 22:32:21 +0000 (00:32 +0200)
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>
arch/arm/mach-pxa/magician.c

index d46b367..deeea1c 100644 (file)
@@ -507,7 +507,6 @@ static struct resource pasic3_resources[] = {
 };
 
 static struct pasic3_platform_data pasic3_platform_data = {
-       .bus_shift  = 2,
        .led_pdata  = &pasic3_leds_info,
        .clock_rate = 4000000,
 };