• Andrew Morton's avatar
    [PATCH] fix a warning in eepro100.c · 5871d7a1
    Andrew Morton authored
    Remove the unneeded forward declaration of eepro100_remove_one().
    
    It is defeating the __attribute__(unused) tag on the definition of
    eepro100_remove_one() and is causing a "defined but not used" warning.
    5871d7a1
eepro100.c 79.3 KB