]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit31b402ec50b9c3936dff9658c62d7d660742f116
tree47ee2b44aee6999eb53c808367df23b57990c269
parent36ac5d1faf6d216c12b1f82c2c9d81a791c38304
[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