tuntap: do not zerocopy if iov needs more pages than MAX_SKB_FRAGS
[cascardo/linux.git] / drivers / gpio / gpio-omap.c
index 4a43036..dfeb3a3 100644 (file)
@@ -1482,7 +1482,7 @@ static void omap_gpio_restore_context(struct gpio_bank *bank)
 #else
 #define omap_gpio_runtime_suspend NULL
 #define omap_gpio_runtime_resume NULL
-static void omap_gpio_init_context(struct gpio_bank *p) {}
+static inline void omap_gpio_init_context(struct gpio_bank *p) {}
 #endif
 
 static const struct dev_pm_ops gpio_pm_ops = {