From: Mike Frysinger Date: Wed, 17 Jun 2009 23:28:01 +0000 (-0700) Subject: edac: add missing __devexit_p() X-Git-Tag: v2.6.31-rc1~183 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20ea8fad9e5d2475c4cbbd2f8b0c88903e9584dc;p=pandora-kernel.git 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 Cc: Doug Thompson Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed