aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/scx200_gpio.h
diff options
context:
space:
mode:
authorChris Boot <bootc@bootc.net>2006-09-29 01:59:07 -0700
committerLinus Torvalds <torvalds@g5.osdl.org>2006-09-29 09:18:06 -0700
commit58012cd788443b9d144bd7c72260a84b6b30f45d (patch)
tree22696f3e8201dfb5b5a59544a8f6be335293077e /include/linux/scx200_gpio.h
parent[PATCH] Let WARN_ON/WARN_ON_ONCE return the condition (diff)
downloadwireguard-linux-58012cd788443b9d144bd7c72260a84b6b30f45d.tar.xz
wireguard-linux-58012cd788443b9d144bd7c72260a84b6b30f45d.zip
[PATCH] scx200_gpio export cleanups
Use EXPORT_SYMBOL_GPL for new symbols, and declare the struct in the header file for access by other modules. Signed-off-by: Chris Boot <bootc@bootc.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux/scx200_gpio.h')
-rw-r--r--include/linux/scx200_gpio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/scx200_gpio.h b/include/linux/scx200_gpio.h
index 90dd069cc145..1a82d30c4b17 100644
--- a/include/linux/scx200_gpio.h
+++ b/include/linux/scx200_gpio.h
@@ -4,6 +4,7 @@ u32 scx200_gpio_configure(unsigned index, u32 set, u32 clear);
extern unsigned scx200_gpio_base;
extern long scx200_gpio_shadow[2];
+extern struct nsc_gpio_ops scx200_gpio_ops;
#define scx200_gpio_present() (scx200_gpio_base!=0)