net: delete all instances of special processing for token ring
[deliverable/linux.git] / net / llc / llc_sap.c
index 94e7fca75b851762623a5e536abfc233810f8920..7c5073badc7349ac6e8f74af69902526fb66bda5 100644 (file)
@@ -31,10 +31,6 @@ static int llc_mac_header_len(unsigned short devtype)
        case ARPHRD_ETHER:
        case ARPHRD_LOOPBACK:
                return sizeof(struct ethhdr);
-#if defined(CONFIG_TR) || defined(CONFIG_TR_MODULE)
-       case ARPHRD_IEEE802_TR:
-               return sizeof(struct trh_hdr);
-#endif
        }
        return 0;
 }
This page took 0.036005 seconds and 5 git commands to generate.