aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sm501.h
diff options
context:
space:
mode:
authorArnaud Patard <apatard@mandriva.com>2008-07-25 04:46:00 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2008-07-25 13:53:30 -0400
commit60e540d617b40eb3d37f1dd99c97af588ff9b70b (patch)
treef4887d37cb8e21ffa86abf43d489fdd4c426d734 /include/linux/sm501.h
parentf61be273d3699d174bc1438e6804f9f9e52bb932 (diff)
sm501: gpio dynamic registration for PCI devices
The SM501 PCI card requires a dyanmic gpio allocation as the number of cards is not known at compile time. Fixup the platform data and registration to deal with this. Acked-by: Ben Dooks <ben-linux@fluff.org> Signed-off-by: Arnaud Patard <apatard@mandriva.com> Cc: David Brownell <david-b@pacbell.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/sm501.h')
-rw-r--r--include/linux/sm501.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sm501.h b/include/linux/sm501.h
index 6ea39007c8a3..a8d02f36ad32 100644
--- a/include/linux/sm501.h
+++ b/include/linux/sm501.h
@@ -156,7 +156,7 @@ struct sm501_platdata {
156 struct sm501_platdata_fb *fb; 156 struct sm501_platdata_fb *fb;
157 157
158 int flags; 158 int flags;
159 unsigned gpio_base; 159 int gpio_base;
160 160
161 int (*get_power)(struct device *dev); 161 int (*get_power)(struct device *dev);
162 int (*set_power)(struct device *dev, unsigned int on); 162 int (*set_power)(struct device *dev, unsigned int on);