projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ef2067
)
mfd: remove unused PASIC3 bus_shift field
author
Philipp Zabel
<philipp.zabel@gmail.com>
Tue, 17 Feb 2009 09:06:52 +0000
(10:06 +0100)
committer
Samuel Ortiz
<samuel@sortiz.org>
Sat, 4 Apr 2009 22:32:22 +0000
(
00:32
+0200)
Removes the now-unused bus_shift field from pasic3_platform_data.
Signed-off-by: Philipp Zabel <philipp.zabel@gmail.com>
Signed-off-by: Samuel Ortiz <sameo@openedhand.com>
include/linux/mfd/htc-pasic3.h
patch
|
blob
|
history
diff --git
a/include/linux/mfd/htc-pasic3.h
b/include/linux/mfd/htc-pasic3.h
index b4294f12c4f888f6409f55d82ab704d031c112ab..3d3ed67bd969be24e0725523a7ba1f91952b9f04 100644
(file)
--- a/
include/linux/mfd/htc-pasic3.h
+++ b/
include/linux/mfd/htc-pasic3.h
@@
-48,7
+48,6
@@
struct pasic3_leds_machinfo {
struct pasic3_platform_data {
struct pasic3_leds_machinfo *led_pdata;
- unsigned int bus_shift;
unsigned int clock_rate;
};