diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2013-08-22 18:06:23 +0200 |
---|---|---|
committer | Matthew Garrett <matthew.garrett@nebula.com> | 2013-09-05 14:52:27 +0200 |
commit | 5ff67df324e8440405e620bc05ea0600f07a8a27 (patch) | |
tree | 40a72ca236a7a5e2b735edaac955fd100c4e1704 /tools | |
parent | platform: x86: remove unnecessary platform_set_drvdata() (diff) | |
download | linux-5ff67df324e8440405e620bc05ea0600f07a8a27.tar.xz linux-5ff67df324e8440405e620bc05ea0600f07a8a27.zip |
samsung-laptop: fix config build error
Fix build failure when ACPI_VIDEO=m and SAMSUNG_LAPTOP=y.
The patch prevents that specific config combination.
drivers/built-in.o: In function `samsung_init':
samsung-laptop.c:(.init.text+0x128ff): undefined reference to `acpi_video_unregister'
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Reported-by: Randy Dunlap <rdunlap@infradead.org>
Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Cc: Corentin Chary <corentin.chary@gmail.com>
build testing:
ACPI_VIDEO=m, SAMSUNG_LAPTOP=m: OK
ACPI_VIDEO=y, SAMSUNG_LAPTOP=m: OK
ACPI_VIDEO=y, SAMSUNG_LAPTOP=y: OK
ACPI=n, SAMSUNG_LAPTOP=y: OK
ACPI=n, SAMSUNG_LAPTOP=m: OK
Signed-off-by: Matthew Garrett <matthew.garrett@nebula.com>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions