diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-01-22 13:51:52 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-01-22 13:51:52 +0000 |
commit | 99e5d017172fee4b7a08bdb16a1d8cdc76bc7fd3 (patch) | |
tree | 433d488ee0a89b97ddf701c41c1189e45e37478c /target/linux/ar71xx | |
parent | c72cb530b30e80916da3a4cfa477479c0556adc0 (diff) | |
download | upstream-99e5d017172fee4b7a08bdb16a1d8cdc76bc7fd3.tar.gz upstream-99e5d017172fee4b7a08bdb16a1d8cdc76bc7fd3.tar.bz2 upstream-99e5d017172fee4b7a08bdb16a1d8cdc76bc7fd3.zip |
ar71xx: rename the nxp_74hc153 driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29850 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx')
-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.patch | 2 |
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 |