gpio: fix 'CONFIG_GPIO_IRQCHIP' comments
[deliverable/linux.git] / include / linux / gpio / driver.h
index 573e4f3243d0527ae95c5dec90ef02694346ab82..4fcd60913a4218070661a80d79ad86abf7b56b7d 100644 (file)
@@ -105,7 +105,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;
@@ -221,7 +221,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 */
 
 #else /* CONFIG_GPIOLIB */
 
This page took 0.025622 seconds and 5 git commands to generate.