Blackfin RTC Driver: move irq request/free out of open/release and into probe/remove...
authorMike Frysinger <vapier.adi@gmail.com>
Wed, 20 Aug 2008 21:09:01 +0000 (14:09 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 20 Aug 2008 22:40:30 +0000 (15:40 -0700)
commitfe2e1cf83a46c879a66ec5146ba7a09a6aef0a5c
treec7b0fa660cdf2c4f79d484603acc2ce78f3828c6
parent1804dc6e145f3f24a8c94deddfc0a986d380a27f
Blackfin RTC Driver: move irq request/free out of open/release and into probe/remove so that the non-dev interfaces (like sysfs) work as expected

Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/rtc/rtc-bfin.c