From: Manish Bhardwaj Date: Thu, 22 Sep 2022 10:26:27 +0000 (+0530) Subject: firmware: tegra: include IVC header file only once X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b76bd1b36813a253f004d634e210d6e3909322c1;p=linux.git firmware: tegra: include IVC header file only once Add the necessary definition to prevent compilation errors from the ivc.h file being included multiple times. This does not currently cause any compilation issues, but fix this anyway. Signed-off-by: Manish Bhardwaj Signed-off-by: Thierry Reding --- diff --git a/include/soc/tegra/ivc.h b/include/soc/tegra/ivc.h index 4aeb77cc22c54..88ce0bf439adf 100644 --- a/include/soc/tegra/ivc.h +++ b/include/soc/tegra/ivc.h @@ -4,6 +4,7 @@ */ #ifndef __TEGRA_IVC_H +#define __TEGRA_IVC_H #include #include