projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0254a8f
)
pxa/magician: remove deprecated .bus_shift from PASIC3 platform_data
author
Philipp Zabel
<philipp.zabel@gmail.com>
Tue, 17 Feb 2009 09:06:48 +0000
(10:06 +0100)
committer
Samuel 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-pxa/magician.c
b/arch/arm/mach-pxa/magician.c
index d46b36746be284855a4532d93fe60e103d2282f3..deeea1c2782b4a68c1f2876bd1b92dc07f8d1ec5 100644
(file)
--- 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,
};