Re: [PATCH 7/8] ssb: add GPIO driver
From: John Crispin <john@phrozen.org>
Date: 2012-11-20 08:13:40
Also in:
linux-mips
From: John Crispin <john@phrozen.org>
Date: 2012-11-20 08:13:40
Also in:
linux-mips
Hi Hauke, > +#ifdef CONFIG_SSB_DRIVER_EXTIF ...
+}
+
+#else
+static int ssb_gpio_extif_init(struct ssb_bus *bus)
+{
+ return 0;
+}
+#endifssb_gpio_extif_init() is also defined as a static inline stub in the header files. you should drop this definition from the code file John