ARM: omap: use __devexit_p in dmtimer driver
authorArnd Bergmann <arnd@arndb.de>
Sat, 1 Oct 2011 16:42:47 +0000 (18:42 +0200)
committerArnd Bergmann <arnd@arndb.de>
Sat, 1 Oct 2011 16:46:20 +0000 (18:46 +0200)
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 <arnd@arndb.de>

No differences found