[PATCH] drivers/char/pc8736x_gpio.c: unexport a static struct
authorAdrian Bunk <[email protected]>
Sun, 30 Jul 2006 10:03:07 +0000 (03:03 -0700)
committerLinus Torvalds <[email protected]>
Mon, 31 Jul 2006 20:28:36 +0000 (13:28 -0700)
A static struct mustn't be exported.

Signed-off-by: Adrian Bunk <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/char/pc8736x_gpio.c

index 645eb81cb5a9d6be636fe4eef7dfb6a618ea672f..84e5a68635f12203c361cf837aab3f2bd4fdbca0 100644 (file)
@@ -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)
 {