Jaswinder Singh Rajput 1fc8d33aca 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>
2009-05-29 21:26:25 -04:00
..
2009-05-08 00:07:30 -04:00
2009-04-05 02:14:15 -04:00
2009-04-05 02:14:15 -04:00
2009-04-05 01:52:07 -04:00
2009-04-05 02:14:15 -04:00
2009-04-07 02:02:15 -04:00
2009-04-05 02:14:15 -04:00