]> Git Repo - linux.git/commit
edac: add missing __devexit_p()
authorMike Frysinger <[email protected]>
Wed, 17 Jun 2009 23:28:01 +0000 (16:28 -0700)
committerLinus Torvalds <[email protected]>
Thu, 18 Jun 2009 20:03:57 +0000 (13:03 -0700)
commit20ea8fad9e5d2475c4cbbd2f8b0c88903e9584dc
tree6710b9b02f3d8c681afa53ba680f1545a7997658
parent8f101a051ef054c33186abcd54b30a88afea47ef
edac: add missing __devexit_p()

The remove function uses __devexit, so the .remove assignment needs
__devexit_p() to fix a build error with hotplug disabled.

Signed-off-by: Mike Frysinger <[email protected]>
Cc: Doug Thompson <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/edac/cell_edac.c
This page took 0.05037 seconds and 4 git commands to generate.