Skip to content

Commit

Permalink
pxa/magician: remove deprecated .bus_shift from PASIC3 platform_data
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Philipp Zabel authored and Samuel Ortiz committed Apr 4, 2009
1 parent 0254a8f commit 0ef2067
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/arm/mach-pxa/magician.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};
Expand Down

0 comments on commit 0ef2067

Please sign in to comment.