[SUNGEM]: Fix link error with CONFIG_HOTPLUG disabled.
authorAdrian Bunk <bunk@stusta.de>
Thu, 22 Dec 2005 02:50:12 +0000 (18:50 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Fri, 23 Dec 2005 07:09:44 +0000 (23:09 -0800)
commit14904398e5b573d13f8c8dbd43a452ff34c0efc2
tree47ee2b44aee6999eb53c808367df23b57990c269
parentc162eeaa21fde6c27112690f5bc0a461a9f1763e
[SUNGEM]: Fix link error with CONFIG_HOTPLUG disabled.

gem_remove_one() is called from the __devinit gem_init_one().

Therefore, gem_remove_one() mustn't be __devexit.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/sungem.c