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)
commitd7827d889ab9c7275668f2ce7978b317ca1e11a6
tree00108b182a73498a9f51c11c2bcbb011da44eec3
parent5c236343eb558e3cf3bbffd0688f5518f8b9028a
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