diff --git a/include/uapi/misc/mods.h b/include/uapi/misc/mods.h
index 51adf4b4..6db9ede0 100644
--- a/include/uapi/misc/mods.h
+++ b/include/uapi/misc/mods.h
@@ -18,8 +18,8 @@
* If not, see .
*/
-#ifndef _MODS_H_
-#define _MODS_H_
+#ifndef _UAPI_MODS_H_
+#define _UAPI_MODS_H_
#include
@@ -1511,4 +1511,4 @@ struct MODS_IOMMU_DMA_MAP_MEMORY {
_IOW(MODS_IOC_MAGIC, 130, \
struct MODS_IOMMU_DMA_MAP_MEMORY)
-#endif /* _MODS_H_ */
+#endif /* _UAPI_MODS_H_ */