aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/linux/cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/compat/linuxkpi/common/include/linux/cache.h')
-rw-r--r--sys/compat/linuxkpi/common/include/linux/cache.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/compat/linuxkpi/common/include/linux/cache.h b/sys/compat/linuxkpi/common/include/linux/cache.h
index 4d1d400152ff..6479d5d04d3a 100644
--- a/sys/compat/linuxkpi/common/include/linux/cache.h
+++ b/sys/compat/linuxkpi/common/include/linux/cache.h
@@ -28,8 +28,8 @@
*
* $FreeBSD$
*/
-#ifndef _LINUX_CACHE_H_
-#define _LINUX_CACHE_H_
+#ifndef _LINUXKPI_LINUX_CACHE_H_
+#define _LINUXKPI_LINUX_CACHE_H_
#include <sys/param.h>
@@ -38,4 +38,4 @@
#define SMP_CACHE_BYTES L1_CACHE_BYTES
-#endif /* _LINUX_CACHE_H_ */
+#endif /* _LINUXKPI_LINUX_CACHE_H_ */