]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
drivers/net: add missing __devexit_p() annotations
authorArnd Bergmann <arnd@arndb.de>
Fri, 20 Apr 2012 10:56:10 +0000 (10:56 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 21 Apr 2012 19:28:47 +0000 (15:28 -0400)
commit65f6092517466fa18ad77743d39723787e8fa051
tree676391a0394e246ea79033a0ba7ebbaddeb5f4f6
parent32a6d90bb341417b9a3a42fcbebd9b092396dee6
drivers/net: add missing __devexit_p() annotations

Drivers that refer to a __devexit function in an operations
structure need to annotate that pointer with __devexit_p so
replace it with a NULL pointer when the section gets discarded.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/micrel/ks8842.c
drivers/net/wireless/b43/sdio.c
drivers/net/wireless/p54/p54usb.c