summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2013-12-08 16:08:07 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2014-01-19 21:55:28 +0100
commite604600f9e5d5e2e5b5005d6edebe087ebb9b4b0 (patch)
tree777a35c83f776696928c9dcd942e61aa96e7c254
parentf69c2485a3530f8fa9ccda99ed8c7eb47fd64169 (diff)
backports: remove DMI_EXACT_MATCH
Upstream commit: d04af61615445fc409758eaeaa90abd0b45c9fad DMI_EXACT_MATCH was only used by the Intel gpu driver which was removed. Kernel 3.10.21 also has DMI_EXACT_MATCH which collides with backports definition. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
-rw-r--r--backport/backport-include/linux/mod_devicetable.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/backport/backport-include/linux/mod_devicetable.h b/backport/backport-include/linux/mod_devicetable.h
index c09793bc..1f85ce62 100644
--- a/backport/backport-include/linux/mod_devicetable.h
+++ b/backport/backport-include/linux/mod_devicetable.h
@@ -2,10 +2,6 @@
#define __BACKPORT_MOD_DEVICETABLE_H
#include_next <linux/mod_devicetable.h>
-#if LINUX_VERSION_CODE < KERNEL_VERSION(3,11,0)
-#define DMI_EXACT_MATCH(a, b) DMI_MATCH(DMI_PRODUCT_NAME, "BACKPORT_IGNORE")
-#endif
-
#ifndef HID_BUS_ANY
#define HID_BUS_ANY 0xffff
#endif