Sam Ravnborg 9448b0d43e acpi: fix section mismatch warning in pnpacpi
Fix following section mismatch warning:
WARNING: vmlinux.o(.text+0x153d69): Section mismatch in reference from the function is_exclusive_device() to the variable .init.data:excluded_id_list

is_exclusive_device is only used from __init context so document
this with the __init annotation and get rid of the warning.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Len Brown <len.brown@intel.com>
2008-04-30 13:33:26 -04:00
..
2008-02-14 21:13:32 -08:00
2007-02-11 10:51:28 -08:00
2008-04-28 08:58:42 -07:00
2008-02-06 10:41:20 -08:00
2007-07-16 09:05:40 -07:00
2008-02-06 10:41:20 -08:00
2007-07-26 11:35:21 -07:00
2007-10-17 08:43:04 -07:00