[PATCH] fix a warning in eepro100.c
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.
Showing
Please register or sign in to comment