From: Mike Frysinger Date: Fri, 5 Jun 2009 14:37:20 +0000 (+0000) Subject: netdev: smsc911x: add missing __devexit_p() usage X-Git-Tag: v2.6.31-rc1~330^2~138 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df911e2dc4c59e259b65c502fe0679ade309b575;p=pandora-kernel.git netdev: smsc911x: add missing __devexit_p() usage The smsc911x_drv_remove() function is declared with __devexit, so the assignment to the driver structure needs __devexit_p() wrappings to prevent build failure when hotplug is disabled. Signed-off-by: Mike Frysinger Signed-off-by: David S. Miller --- Reading git-diff-tree failed