[POWERPC] Add interrupt resource for RTC CMOS driver
authorKumar Gala <galak@kernel.crashing.org>
Fri, 17 Aug 2007 04:44:00 +0000 (23:44 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Fri, 17 Aug 2007 18:18:58 +0000 (13:18 -0500)
commitada3ea6fcde45abc55e2af0e564455fd7f943a79
tree1c08937ddd5e7dfacbb1a087cc00284c7965c443
parent28e8351ac22de25034e048c680014ad824323c65
[POWERPC] Add interrupt resource for RTC CMOS driver

The RTC CMOS driver expects the interrupt to be a resource of the platform
device.  Use a fixed interrupt value of 8 since on PPC if we are using this
its off an i8259 which we ensure has interrupt numbers 0..15.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/sysdev/rtc_cmos_setup.c