diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-10-23 15:53:21 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-10-23 15:53:21 -0200 |
commit | e633e22705086c12c722dd5bf7b2a12ca05c02bd (patch) | |
tree | 8daf9e0bb3134817d1dc51a873d571b4373d06ae /libre | |
parent | fbc901263aba28928e2fd535c159ada7dfe06cdf (diff) | |
download | abslibre-e633e22705086c12c722dd5bf7b2a12ca05c02bd.tar.gz abslibre-e633e22705086c12c722dd5bf7b2a12ca05c02bd.tar.bz2 abslibre-e633e22705086c12c722dd5bf7b2a12ca05c02bd.zip |
linux-libre: remove compal-laptop-hwmon-fix.patch
Diffstat (limited to 'libre')
-rw-r--r-- | libre/linux-libre/compal-laptop-hwmon-fix.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/libre/linux-libre/compal-laptop-hwmon-fix.patch b/libre/linux-libre/compal-laptop-hwmon-fix.patch deleted file mode 100644 index f8723576c..000000000 --- a/libre/linux-libre/compal-laptop-hwmon-fix.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff --git a/drivers/platform/x86/compal-laptop.c b/drivers/platform/x86/compal-laptop.c -index 7297df2..26bfd7b 100644 ---- a/drivers/platform/x86/compal-laptop.c -+++ b/drivers/platform/x86/compal-laptop.c -@@ -1028,7 +1028,7 @@ static int compal_probe(struct platform_device *pdev) - return err; - - hwmon_dev = hwmon_device_register_with_groups(&pdev->dev, -- DRIVER_NAME, data, -+ "compal", data, - compal_hwmon_groups); - if (IS_ERR(hwmon_dev)) { - err = PTR_ERR(hwmon_dev); - |