Merge tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw...
[pandora-kernel.git] / include / linux / gpio / driver.h
index 719fab2..249db30 100644 (file)
@@ -108,7 +108,7 @@ struct gpio_chip {
 
 #ifdef CONFIG_GPIOLIB_IRQCHIP
        /*
-        * With CONFIG_GPIO_IRQCHIP we get an irqchip inside the gpiolib
+        * With CONFIG_GPIOLIB_IRQCHIP we get an irqchip inside the gpiolib
         * to handle IRQs for most practical cases.
         */
        struct irq_chip         *irqchip;
@@ -167,7 +167,7 @@ int gpiochip_irqchip_add(struct gpio_chip *gpiochip,
                irq_flow_handler_t handler,
                unsigned int type);
 
-#endif /* CONFIG_GPIO_IRQCHIP */
+#endif /* CONFIG_GPIOLIB_IRQCHIP */
 
 struct gpio_desc *gpiochip_request_own_desc(struct gpio_chip *chip, u16 hwnum,
                                            const char *label);