aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-01-22 13:51:52 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-01-22 13:51:52 +0000
commitaad175d5b6a015f0bfc35436952638df0bc57ded (patch)
tree79bf909b7cb476a9d0cc65300ac9baed9e9c0186 /target
parentef1c53b7b7f14a425d824a9820d01502db1286db (diff)
downloadupstream-aad175d5b6a015f0bfc35436952638df0bc57ded.tar.gz
upstream-aad175d5b6a015f0bfc35436952638df0bc57ded.tar.bz2
upstream-aad175d5b6a015f0bfc35436952638df0bc57ded.zip
ar71xx: rename the nxp_74hc153 driver
SVN-Revision: 29850
Diffstat (limited to 'target')
-rw-r--r--target/linux/ar71xx/files/drivers/gpio/gpio-nxp-74hc153.c (renamed from target/linux/ar71xx/files/drivers/gpio/nxp_74hc153.c)0
-rw-r--r--target/linux/ar71xx/patches-2.6.39/206-nxp-74hc153-gpio-chip-driver.patch2
2 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/files/drivers/gpio/nxp_74hc153.c b/target/linux/ar71xx/files/drivers/gpio/gpio-nxp-74hc153.c
index a5fec5ca7d..a5fec5ca7d 100644
--- a/target/linux/ar71xx/files/drivers/gpio/nxp_74hc153.c
+++ b/target/linux/ar71xx/files/drivers/gpio/gpio-nxp-74hc153.c
diff --git a/target/linux/ar71xx/patches-2.6.39/206-nxp-74hc153-gpio-chip-driver.patch b/target/linux/ar71xx/patches-2.6.39/206-nxp-74hc153-gpio-chip-driver.patch
index 128b3a5da8..8299a883fc 100644
--- a/target/linux/ar71xx/patches-2.6.39/206-nxp-74hc153-gpio-chip-driver.patch
+++ b/target/linux/ar71xx/patches-2.6.39/206-nxp-74hc153-gpio-chip-driver.patch
@@ -20,7 +20,7 @@
obj-$(CONFIG_GPIO_MAX732X) += max732x.o
obj-$(CONFIG_GPIO_MC33880) += mc33880.o
obj-$(CONFIG_GPIO_MCP23S08) += mcp23s08.o
-+obj-$(CONFIG_GPIO_NXP_74HC153) += nxp_74hc153.o
++obj-$(CONFIG_GPIO_NXP_74HC153) += gpio-nxp-74hc153.o
obj-$(CONFIG_GPIO_74X164) += 74x164.o
obj-$(CONFIG_GPIO_PCA953X) += pca953x.o
obj-$(CONFIG_GPIO_PCF857X) += pcf857x.o