diff mbox

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

Message ID 1359662371-25197-2-git-send-email-brad.figg@canonical.com
State New
Headers show

Commit Message

Brad Figg Jan. 31, 2013, 7:59 p.m. UTC
BugLink: http://bugs.launchpad.net/bugs/1111689

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

Patch

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;