diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-08-22 20:41:48 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-08-22 20:41:48 +0000 |
commit | 4b96d3af2a004312e1ff7e52dc3df4849bf7cf8e (patch) | |
tree | 145763653e0071de94612a50b924f105d5be34f0 /target | |
parent | 462ca22e9cee1e7d93c126f1bbcd5366d93c732f (diff) | |
download | upstream-4b96d3af2a004312e1ff7e52dc3df4849bf7cf8e.tar.gz upstream-4b96d3af2a004312e1ff7e52dc3df4849bf7cf8e.tar.bz2 upstream-4b96d3af2a004312e1ff7e52dc3df4849bf7cf8e.zip |
ramips: rt305x: remove unused defines from mach-nw718.c
SVN-Revision: 28077
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ramips/files/arch/mips/ralink/rt305x/mach-nw718.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-nw718.c b/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-nw718.c index 61e4994404..9d2f47f9de 100644 --- a/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-nw718.c +++ b/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-nw718.c @@ -31,9 +31,6 @@ #define NW718_GPIO_BUTTON_RESET 10 #define NW718_GPIO_SPI_CS0 3 -#define NW718_GPIO_SPI_SCK 4 -#define NW718_GPIO_SPI_MOSI 5 -#define NW718_GPIO_SPI_MISO 6 #define NW718_BUTTONS_POLL_INTERVAL 20 |