aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/linux/jhash.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/compat/linuxkpi/common/include/linux/jhash.h')
-rw-r--r--sys/compat/linuxkpi/common/include/linux/jhash.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/compat/linuxkpi/common/include/linux/jhash.h b/sys/compat/linuxkpi/common/include/linux/jhash.h
index 08300083212f..1bab37f22b5d 100644
--- a/sys/compat/linuxkpi/common/include/linux/jhash.h
+++ b/sys/compat/linuxkpi/common/include/linux/jhash.h
@@ -1,5 +1,5 @@
-#ifndef _LINUX_JHASH_H_
-#define _LINUX_JHASH_H_
+#ifndef _LINUXKPI_LINUX_JHASH_H_
+#define _LINUXKPI_LINUX_JHASH_H_
#include <asm/types.h>
@@ -143,4 +143,4 @@ static inline u32 jhash_1word(u32 a, u32 initval)
return jhash_3words(a, 0, 0, initval);
}
-#endif /* _LINUX_JHASH_H_ */
+#endif /* _LINUXKPI_LINUX_JHASH_H_ */