[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)
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>

No differences found