Files
kernel-tenderloin-3.0/include/linux
Stephen Boyd 7a05bd7484 pm8xxx: Remove __exit marking on pm8xxx_irq_exit()
This function is called from more places than just exit
functions. Also remove the _init/__exit markings from the header
file as they're not necessary in function prototypes.

WARNING: vmlinux.o(.devinit.text+0x7840): Section mismatch in
reference from the function pm8038_add_subdevices() to the
function .devexit.text:pm8xxx_irq_exit()
The function __devinit pm8038_add_subdevices() references
a function __devexit pm8xxx_irq_exit().
This is often seen when error handling in the init function
uses functionality in the exit path.
The fix is often to remove the __devexit annotation of
pm8xxx_irq_exit() so it may be used outside an exit section.

Change-Id: I0d2e285a03958e0fe68af48df94523aa1d0476c0
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
2012-03-08 12:04:23 -08:00
..
2012-02-06 10:37:22 -08:00
2012-03-07 16:31:34 +05:30
2011-10-20 19:02:06 -07:00
2012-03-02 17:33:19 -08:00
2012-02-24 11:15:02 -08:00
2012-01-12 14:08:13 -07:00
2012-01-18 11:01:40 -08:00
2012-02-06 13:06:25 -08:00
2011-10-03 16:14:26 -07:00
2012-02-24 11:15:02 -08:00
2011-10-03 11:40:08 -07:00
2011-10-27 15:01:19 -07:00
2012-02-14 14:50:38 -07:00
2011-10-03 16:17:16 -07:00
2011-12-13 10:14:33 +02:00
2011-10-03 11:39:49 -07:00
2011-10-03 11:39:49 -07:00