From: Arnd Bergmann Date: Sat, 1 Oct 2011 16:42:47 +0000 (+0200) Subject: ARM: omap: use __devexit_p in dmtimer driver X-Git-Tag: v3.2-rc1~96^2~1^2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c23c8da96de1af7ed88ee5258af613e8c03c3ad;p=pandora-kernel.git ARM: omap: use __devexit_p in dmtimer driver The omap_dm_timer_remove function gets discarded when CONFIG_HOTPLUG is not set, so we must not reference it unconditionally. Signed-off-by: Arnd Bergmann --- Reading git-diff-tree failed