From 0ef2067d0fdb0572bd0df288d1d32e27c929d824 Mon Sep 17 00:00:00 2001 From: Philipp Zabel Date: Tue, 17 Feb 2009 10:06:48 +0100 Subject: 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 Signed-off-by: Samuel Ortiz --- arch/arm/mach-pxa/magician.c | 1 - 1 file changed, 1 deletion(-) (limited to 'arch') diff --git a/arch/arm/mach-pxa/magician.c b/arch/arm/mach-pxa/magician.c index d46b36746be..deeea1c2782 100644 --- a/arch/arm/mach-pxa/magician.c +++ b/arch/arm/mach-pxa/magician.c @@ -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, }; -- cgit v1.2.3