From: Jaswinder Singh Rajput Date: Wed, 20 May 2009 06:26:08 +0000 (+0530) Subject: drm/i915: acpi/video.c fix section mismatch warning X-Git-Tag: v2.6.30-rc8~13^2^5~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fc8d33acafe68bdcc21b327d22ef3820b819727;p=pandora-kernel.git 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 Signed-off-by: Len Brown --- Reading git-diff-tree failed