aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/linux/mod_devicetable.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/compat/linuxkpi/common/include/linux/mod_devicetable.h')
-rw-r--r--sys/compat/linuxkpi/common/include/linux/mod_devicetable.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/compat/linuxkpi/common/include/linux/mod_devicetable.h b/sys/compat/linuxkpi/common/include/linux/mod_devicetable.h
index f2a913bc6346..5609c6f775e9 100644
--- a/sys/compat/linuxkpi/common/include/linux/mod_devicetable.h
+++ b/sys/compat/linuxkpi/common/include/linux/mod_devicetable.h
@@ -28,8 +28,8 @@
* $FreeBSD$
*/
-#ifndef __LINUX_MOD_DEVICETABLE_H__
-#define __LINUX_MOD_DEVICETABLE_H__
+#ifndef __LINUXKPI_LINUX_MOD_DEVICETABLE_H__
+#define __LINUXKPI_LINUX_MOD_DEVICETABLE_H__
enum dmi_field {
DMI_NONE,
@@ -69,4 +69,4 @@ struct dmi_system_id {
#define DMI_MATCH(a, b) { .slot = a, .substr = b }
#define DMI_EXACT_MATCH(a, b) { .slot = a, .substr = b, }
-#endif /* __LINUX_MOD_DEVICETABLE_H__ */
+#endif /* __LINUXKPI_LINUX_MOD_DEVICETABLE_H__ */