]> git.karo-electronics.de Git - linux-beck.git/commit
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)
commit4c23c8da96de1af7ed88ee5258af613e8c03c3ad
tree568a33da89709cd2144c53acdc38cf853d952f81
parentab4eb8b098c7591459b066cec0325a63792e463b
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 <arnd@arndb.de>
arch/arm/plat-omap/dmtimer.c