diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2008-04-29 22:52:01 +0200 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2008-04-30 13:33:26 -0400 |
commit | 9448b0d43e5509c6b7baca02510a92ef2de6e328 (patch) | |
tree | 7a00924e460bc4f343ae6e13e0866ddbd70eedd5 /drivers/acpi/events | |
parent | 2c6e33c366bff2f839df60d9235ff09143e28dd9 (diff) |
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>
Diffstat (limited to 'drivers/acpi/events')
0 files changed, 0 insertions, 0 deletions