From: Hans de Goede Date: Tue, 16 Jun 2015 14:27:46 +0000 (+0200) Subject: acpi-video-detect: Move acpi_osi_is_win8 to osl.c X-Git-Tag: omap-for-v4.2/fixes-rc1^2~154^2~10^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a87878bafa1f82c20eddaf2d23780b194c35ccf5;p=pandora-kernel.git acpi-video-detect: Move acpi_osi_is_win8 to osl.c acpi_osi_is_win8 needs access to acpi_gbl_osi_data which is not exported, so move it to osl.c. Alternatively we could export acpi_gbl_osi_data but that seems undesirable. This allows video_detect.c to be build as a module, besides that acpi_osi_is_win8() is something which does not really belong in video_detect.c in the first place. Signed-off-by: Hans de Goede Acked-by: Darren Hart Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed