dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Philipp Zabel 2009-02-17 10:06:48 +01:00 committed by Samuel Ortiz
parent 0254a8f496
commit 0ef2067d0f
1 changed files with 0 additions and 1 deletions

View 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,
};