commit | 4c23c8da96de1af7ed88ee5258af613e8c03c3ad | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Sat Oct 01 18:42:47 2011 +0200 |
committer | Arnd Bergmann <arnd@arndb.de> | Sat Oct 01 18:46:20 2011 +0200 |
tree | 568a33da89709cd2144c53acdc38cf853d952f81 | |
parent | ab4eb8b098c7591459b066cec0325a63792e463b [diff] |
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>