Pull osi into release branch
[firefly-linux-kernel-4.4.55.git] / include / linux / scx200_gpio.h
index 90dd069cc145c4b26a6fefe020aacee17d28aa65..d2b058130eb123586c95d843521f4cbbfdab6629 100644 (file)
@@ -1,9 +1,8 @@
-#include <linux/spinlock.h>
-
 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)