projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
822cfbf
)
[PATCH] drivers/char/pc8736x_gpio.c: unexport a static struct
author
Adrian Bunk
<bunk@stusta.de>
Sun, 30 Jul 2006 10:03:07 +0000
(
03:03
-0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Mon, 31 Jul 2006 20:28:36 +0000
(13:28 -0700)
A static struct mustn't be exported.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/char/pc8736x_gpio.c
patch
|
blob
|
history
diff --git
a/drivers/char/pc8736x_gpio.c
b/drivers/char/pc8736x_gpio.c
index
645eb81
..
84e5a68
100644
(file)
--- a/
drivers/char/pc8736x_gpio.c
+++ b/
drivers/char/pc8736x_gpio.c
@@
-221,7
+221,6
@@
static struct nsc_gpio_ops pc8736x_gpio_ops = {
.gpio_change = pc8736x_gpio_change,
.gpio_current = pc8736x_gpio_current
};
-EXPORT_SYMBOL(pc8736x_gpio_ops);
static int pc8736x_gpio_open(struct inode *inode, struct file *file)
{