diff options
| author | Tino Reichardt | 2017-02-28 22:20:19 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2017-06-03 19:14:07 +0000 |
| commit | 743be70d5b5a8ce22bdfd3e154a7bb53cd238afa (patch) | |
| tree | 3430ca9b0e25be19c1ec5a5976a8983ba2ccaf5a | |
| parent | 995ad357f90aacb2ce6cae82c4c1f4f86d8f928e (diff) | |
| download | openwrt-743be70d5b5a8ce22bdfd3e154a7bb53cd238afa.tar.gz | |
lantiq: fix ifxmips_atm_amazon_se.c
Remove 6 defines, which were defined already some lines above.
Signed-off-by: Tino Reichardt <milky-lede@mcmilk.de>
| -rw-r--r-- | package/kernel/lantiq/ltq-atm/src/ifxmips_atm_amazon_se.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/package/kernel/lantiq/ltq-atm/src/ifxmips_atm_amazon_se.c b/package/kernel/lantiq/ltq-atm/src/ifxmips_atm_amazon_se.c index 6e8975bac0..01a2e30abd 100644 --- a/package/kernel/lantiq/ltq-atm/src/ifxmips_atm_amazon_se.c +++ b/package/kernel/lantiq/ltq-atm/src/ifxmips_atm_amazon_se.c @@ -50,14 +50,6 @@ #include <lantiq_soc.h> -#define EMA_CMD_BUF_LEN 0x0040 -#define EMA_CMD_BASE_ADDR (0x00001580 << 2) -#define EMA_DATA_BUF_LEN 0x0100 -#define EMA_DATA_BASE_ADDR (0x00001900 << 2) -#define EMA_WRITE_BURST 0x2 -#define EMA_READ_BURST 0x2 - - /* * #################################### |