Skip to content

Commit

Permalink
[PATCH] drivers/char/pc8736x_gpio.c: unexport a static struct
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
AdrianBunk authored and Linus Torvalds committed Jul 31, 2006
1 parent 822cfbf commit 5e44ef2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/char/pc8736x_gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 5e44ef2

Please sign in to comment.