diff options
author | Dave Jones <davej@redhat.com> | 2006-12-12 18:13:32 -0500 |
---|---|---|
committer | Dave Jones <davej@redhat.com> | 2006-12-12 18:13:32 -0500 |
commit | f0eef25339f92f7cd4aeea23d9ae97987a5a1e82 (patch) | |
tree | 2472e94d39f43a9580a6d2d5d92de0b749023263 /drivers/char/scx200_gpio.c | |
parent | 0cfea5dd98205f2fa318836da664a7d7df1afbc1 (diff) | |
parent | e1036502e5263851259d147771226161e5ccc85a (diff) |
Merge ../linus
Diffstat (limited to 'drivers/char/scx200_gpio.c')
-rw-r--r-- | drivers/char/scx200_gpio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/char/scx200_gpio.c b/drivers/char/scx200_gpio.c index b956c7babd18..99e5272e3c53 100644 --- a/drivers/char/scx200_gpio.c +++ b/drivers/char/scx200_gpio.c | |||
@@ -44,7 +44,7 @@ struct nsc_gpio_ops scx200_gpio_ops = { | |||
44 | .gpio_change = scx200_gpio_change, | 44 | .gpio_change = scx200_gpio_change, |
45 | .gpio_current = scx200_gpio_current | 45 | .gpio_current = scx200_gpio_current |
46 | }; | 46 | }; |
47 | EXPORT_SYMBOL(scx200_gpio_ops); | 47 | EXPORT_SYMBOL_GPL(scx200_gpio_ops); |
48 | 48 | ||
49 | static int scx200_gpio_open(struct inode *inode, struct file *file) | 49 | static int scx200_gpio_open(struct inode *inode, struct file *file) |
50 | { | 50 | { |
@@ -69,7 +69,7 @@ static const struct file_operations scx200_gpio_fileops = { | |||
69 | .release = scx200_gpio_release, | 69 | .release = scx200_gpio_release, |
70 | }; | 70 | }; |
71 | 71 | ||
72 | struct cdev scx200_gpio_cdev; /* use 1 cdev for all pins */ | 72 | static struct cdev scx200_gpio_cdev; /* use 1 cdev for all pins */ |
73 | 73 | ||
74 | static int __init scx200_gpio_init(void) | 74 | static int __init scx200_gpio_init(void) |
75 | { | 75 | { |