rk: revert 20f3d0b+v3.0.66 to v3.0
[firefly-linux-kernel-4.4.55.git] / drivers / net / e1000 / e1000_hw.c
index f17aaa1bd71d890d9ee2f04cb4ceee2013170f3c..7501d977d992ae142f5b7b078be2d1bebce9c247 100644 (file)
@@ -4028,12 +4028,6 @@ s32 e1000_validate_eeprom_checksum(struct e1000_hw *hw)
                checksum += eeprom_data;
        }
 
-#ifdef CONFIG_PARISC
-       /* This is a signature and not a checksum on HP c8000 */
-       if ((hw->subsystem_vendor_id == 0x103C) && (eeprom_data == 0x16d6))
-               return E1000_SUCCESS;
-
-#endif
        if (checksum == (u16) EEPROM_SUM)
                return E1000_SUCCESS;
        else {