diff options
author | Jaswinder Singh Rajput <jaswinder@kernel.org> | 2009-05-20 11:56:08 +0530 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2009-05-29 21:26:25 -0400 |
commit | 1fc8d33acafe68bdcc21b327d22ef3820b819727 (patch) | |
tree | 091f2ed85f922773bb14007aa678c8465b35e1e5 /Kbuild | |
parent | 3218911f839b6c85acbf872ad264ea69aa4d89ad (diff) |
drm/i915: acpi/video.c fix section mismatch warning
Currently acpi_video_exit() is exported as well as using __exit which causes:
WARNING: drivers/acpi/video.o(__ksymtab+0x0): Section mismatch in reference from the variable __ksymtab_acpi_video_exit to the function .exit.text:acpi_video_exit()
The symbol acpi_video_exit is exported and annotated __exit
Fix this by removing the __exit annotation of acpi_video_exit or drop the export.
Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'Kbuild')
0 files changed, 0 insertions, 0 deletions