]> git.baikalelectronics.ru Git - kernel.git/commit
Blackfin RTC driver: we pass in a (struct device*) to the irq handler, not a (struct...
authorMike Frysinger <michael.frysinger@analog.com>
Wed, 6 Feb 2008 09:38:47 +0000 (01:38 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 6 Feb 2008 18:41:13 +0000 (10:41 -0800)
commit601e98fb49de373bbbb6bef694e6ebe8f386bb54
tree00108b182a73498a9f51c11c2bcbb011da44eec3
parent0308bb2a594d30ddc4d0cc211e55c9458823326b
Blackfin RTC driver: we pass in a (struct device*) to the irq handler, not a (struct platform_device*), so fix the irq handler

Signed-off-by: Mike Frysinger <michael.frysinger@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Acked-by: Alessandro Zummo <alessandro.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