From: Adrian Bunk Date: Sun, 30 Jul 2006 10:03:07 +0000 (-0700) Subject: [PATCH] drivers/char/pc8736x_gpio.c: unexport a static struct X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5e44ef238b7eb607532e89249e7b2523faf77a92;p=linux-beck.git [PATCH] drivers/char/pc8736x_gpio.c: unexport a static struct A static struct mustn't be exported. Signed-off-by: Adrian Bunk Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/char/pc8736x_gpio.c b/drivers/char/pc8736x_gpio.c index 645eb81cb5a9..84e5a68635f1 100644 --- 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) {