From 78997288b783bb049f082f3a25f5148c108b118c Mon Sep 17 00:00:00 2001 From: Yoshinori Sato Date: Thu, 24 Dec 2015 03:14:37 +0900 Subject: [PATCH] rx: remove unused files. Signed-off-by: Yoshinori Sato --- arch/rx/include/asm/reloc.rb | 6 ---- arch/rx/include/asm/reloc.txt | 67 ------------------------------------------- arch/rx/include/asm/sh_eth.h | 15 ---------- 3 files changed, 88 deletions(-) delete mode 100644 arch/rx/include/asm/reloc.rb delete mode 100644 arch/rx/include/asm/reloc.txt delete mode 100644 arch/rx/include/asm/sh_eth.h diff --git a/arch/rx/include/asm/reloc.rb b/arch/rx/include/asm/reloc.rb deleted file mode 100644 index 248d1dba8ebd..000000000000 --- a/arch/rx/include/asm/reloc.rb +++ /dev/null @@ -1,6 +0,0 @@ -#!/usr/bin/ruby - -STDIN.each { |line| - next if /RELOC_NUMBER \((\S+),\s+0x([0-9a-f]+)\)/ !~ line - puts "#define #{$1}\t#{$2.hex.to_s}" -} diff --git a/arch/rx/include/asm/reloc.txt b/arch/rx/include/asm/reloc.txt deleted file mode 100644 index 8c4e1b8365c1..000000000000 --- a/arch/rx/include/asm/reloc.txt +++ /dev/null @@ -1,67 +0,0 @@ -#define R_RX_NONE 0 -#define R_RX_DIR32 1 -#define R_RX_DIR24S 2 -#define R_RX_DIR16 3 -#define R_RX_DIR16U 4 -#define R_RX_DIR16S 5 -#define R_RX_DIR8 6 -#define R_RX_DIR8U 7 -#define R_RX_DIR8S 8 -#define R_RX_DIR24S_PCREL 9 -#define R_RX_DIR16S_PCREL 10 -#define R_RX_DIR8S_PCREL 11 -#define R_RX_DIR16UL 12 -#define R_RX_DIR16UW 13 -#define R_RX_DIR8UL 14 -#define R_RX_DIR8UW 15 -#define R_RX_DIR32_REV 16 -#define R_RX_DIR16_REV 17 -#define R_RX_DIR3U_PCREL 18 -#define R_RX_RH_3_PCREL 32 -#define R_RX_RH_16_OP 33 -#define R_RX_RH_24_OP 34 -#define R_RX_RH_32_OP 35 -#define R_RX_RH_24_UNS 36 -#define R_RX_RH_8_NEG 37 -#define R_RX_RH_16_NEG 38 -#define R_RX_RH_24_NEG 39 -#define R_RX_RH_32_NEG 40 -#define R_RX_RH_DIFF 41 -#define R_RX_RH_GPRELB 42 -#define R_RX_RH_GPRELW 43 -#define R_RX_RH_GPRELL 44 -#define R_RX_RH_RELAX 45 -#define R_RX_ABS32 65 -#define R_RX_ABS24S 66 -#define R_RX_ABS16 67 -#define R_RX_ABS16U 68 -#define R_RX_ABS16S 69 -#define R_RX_ABS8 70 -#define R_RX_ABS8U 71 -#define R_RX_ABS8S 72 -#define R_RX_ABS24S_PCREL 73 -#define R_RX_ABS16S_PCREL 74 -#define R_RX_ABS8S_PCREL 75 -#define R_RX_ABS16UL 76 -#define R_RX_ABS16UW 77 -#define R_RX_ABS8UL 78 -#define R_RX_ABS8UW 79 -#define R_RX_ABS32_REV 80 -#define R_RX_ABS16_REV 81 -#define R_RX_SYM 128 -#define R_RX_OPneg 129 -#define R_RX_OPadd 130 -#define R_RX_OPsub 131 -#define R_RX_OPmul 132 -#define R_RX_OPdiv 133 -#define R_RX_OPshla 134 -#define R_RX_OPshra 135 -#define R_RX_OPsctsize 136 -#define R_RX_OPscttop 141 -#define R_RX_OPand 144 -#define R_RX_OPor 145 -#define R_RX_OPxor 146 -#define R_RX_OPnot 147 -#define R_RX_OPmod 148 -#define R_RX_OPromtop 149 -#define R_RX_OPramtop 150 diff --git a/arch/rx/include/asm/sh_eth.h b/arch/rx/include/asm/sh_eth.h deleted file mode 100644 index f739061e2ee4..000000000000 --- a/arch/rx/include/asm/sh_eth.h +++ /dev/null @@ -1,15 +0,0 @@ -#ifndef __ASM_SH_ETH_H__ -#define __ASM_SH_ETH_H__ - -enum {EDMAC_LITTLE_ENDIAN, EDMAC_BIG_ENDIAN}; - -struct sh_eth_plat_data { - int phy; - int edmac_endian; - - unsigned char mac_addr[6]; - unsigned no_ether_link:1; - unsigned ether_link_active_low:1; -}; - -#endif -- 2.11.0