https://github.com/torvalds/linux
Revision 1fc8d33acafe68bdcc21b327d22ef3820b819727 authored by Jaswinder Singh Rajput on 20 May 2009, 06:26:08 UTC, committed by Len Brown on 30 May 2009, 01:26:25 UTC
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>
1 parent 3218911
History
Tip revision: 1fc8d33acafe68bdcc21b327d22ef3820b819727 authored by Jaswinder Singh Rajput on 20 May 2009, 06:26:08 UTC
drm/i915: acpi/video.c fix section mismatch warning
Tip revision: 1fc8d33
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
usr
virt
.gitignore -rw-r--r-- 885 bytes
.mailmap -rw-r--r-- 3.9 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 91.6 KB
Kbuild -rw-r--r-- 2.4 KB
MAINTAINERS -rw-r--r-- 144.6 KB
Makefile -rw-r--r-- 53.8 KB
README -rw-r--r-- 16.7 KB
REPORTING-BUGS -rw-r--r-- 3.1 KB

README

back to top