Loading drivers/gpio/Kconfig +2 −3 Original line number Diff line number Diff line Loading @@ -321,9 +321,8 @@ config GPIO_HLWD config GPIO_ICH tristate "Intel ICH GPIO" depends on PCI && X86 select MFD_CORE select LPC_ICH depends on X86 depends on LPC_ICH help Say yes here to support the GPIO functionality of a number of Intel ICH-based chipsets. Currently supported devices: ICH6, ICH7, ICH8 Loading drivers/gpio/gpio-ich.c +0 −2 Original line number Diff line number Diff line Loading @@ -5,13 +5,11 @@ * Copyright (C) 2010 Extreme Engineering Solutions. */ #include <linux/bitops.h> #include <linux/gpio/driver.h> #include <linux/ioport.h> #include <linux/mfd/lpc_ich.h> #include <linux/module.h> #include <linux/pci.h> #include <linux/platform_device.h> #define DRV_NAME "gpio_ich" Loading Loading
drivers/gpio/Kconfig +2 −3 Original line number Diff line number Diff line Loading @@ -321,9 +321,8 @@ config GPIO_HLWD config GPIO_ICH tristate "Intel ICH GPIO" depends on PCI && X86 select MFD_CORE select LPC_ICH depends on X86 depends on LPC_ICH help Say yes here to support the GPIO functionality of a number of Intel ICH-based chipsets. Currently supported devices: ICH6, ICH7, ICH8 Loading
drivers/gpio/gpio-ich.c +0 −2 Original line number Diff line number Diff line Loading @@ -5,13 +5,11 @@ * Copyright (C) 2010 Extreme Engineering Solutions. */ #include <linux/bitops.h> #include <linux/gpio/driver.h> #include <linux/ioport.h> #include <linux/mfd/lpc_ich.h> #include <linux/module.h> #include <linux/pci.h> #include <linux/platform_device.h> #define DRV_NAME "gpio_ich" Loading