[PATCH 1/3] Revert "UBUNTU: SAUCE: samsung-laptop: disable in UEFI mode"

Brad Figg brad.figg at canonical.com
Thu Jan 31 19:59:29 UTC 2013


BugLink: http://bugs.launchpad.net/bugs/1111689

This reverts commit 0f670e9af38e0d6633af2f8cb0da7653dd2f4b99.
Signed-off-by: Brad Figg <brad.figg at canonical.com>
---
 drivers/platform/x86/samsung-laptop.c |    4 ----
 1 file changed, 4 deletions(-)

diff --git a/drivers/platform/x86/samsung-laptop.c b/drivers/platform/x86/samsung-laptop.c
index 9f6e9e4..e72ec12 100644
--- a/drivers/platform/x86/samsung-laptop.c
+++ b/drivers/platform/x86/samsung-laptop.c
@@ -29,7 +29,6 @@
 #if (defined CONFIG_ACPI_VIDEO || defined CONFIG_ACPI_VIDEO_MODULE)
 #include <acpi/video.h>
 #endif
-#include <linux/efi.h>
 
 /*
  * This driver is needed because a number of Samsung laptops do not hook
@@ -1538,9 +1537,6 @@ static int __init samsung_init(void)
 	struct samsung_laptop *samsung;
 	int ret;
 
-	if (efi_enabled)
-		return -ENODEV;
-
 	quirks = &samsung_unknown;
 	if (!force && !dmi_check_system(samsung_dmi_table))
 		return -ENODEV;
-- 
1.7.9.5





More information about the kernel-team mailing list