Grant Likely e1f4dea454 powerpc/macintosh: Fix __devexit annotation in rack-meter.c
The following warning was seen building rack-meter.c

WARNING: drivers/built-in.o(.text+0xac784): Section mismatch in reference from the function rackmeter_shutdown() to the function .devexit.text:rackmeter_stop_cpu_sniffer()
The function rackmeter_shutdown() references a function in an exit section.
Often the function rackmeter_stop_cpu_sniffer() has valid usage outside the exit section
and the fix is to remove the __devexit annotation of rackmeter_stop_cpu_sniffer.

This patch resolves the warning by removing the __devexit annotation from
rackmeter_stop_cpu_sniffer().

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Cc: linuxppc-dev@lists.ozlabs.org
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
2011-03-02 16:50:25 +11:00
..
2010-12-02 14:51:15 -08:00
2010-10-28 20:31:50 +02:00
2010-03-09 11:55:27 +11:00
2010-02-27 18:31:13 +01:00
2008-12-28 20:00:03 +01:00
2009-08-26 23:14:49 +02:00
2006-03-06 18:40:45 -08:00