drivers/net: add missing __devexit_p() annotations
authorArnd Bergmann <[email protected]>
Fri, 20 Apr 2012 10:56:10 +0000 (10:56 +0000)
committerDavid S. Miller <[email protected]>
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 <[email protected]>
Signed-off-by: Mathieu Poirier <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
drivers/net/ethernet/micrel/ks8842.c
drivers/net/wireless/b43/sdio.c
drivers/net/wireless/p54/p54usb.c