From b5717bdd9fc560887d0f7439748719bb482d1a91 Mon Sep 17 00:00:00 2001 From: Chris Dragan Date: Mon, 16 Mar 2020 01:56:32 -0700 Subject: [PATCH] mods: update include guards to comply with uapi Bug 2657961 Change-Id: I2a2729cd1c34f412909eb8fda17d6cba6359ece3 Signed-off-by: Chris Dragan Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2313231 Tested-by: Bharat Nihalani Tested-by: mobile promotions Reviewed-by: Bharat Nihalani Reviewed-by: automaticguardword Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: mobile promotions --- include/uapi/misc/mods.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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_ */