summaryrefslogtreecommitdiff
path: root/include/soc/tegra
diff options
context:
space:
mode:
authorManish Bhardwaj <mbhardwaj@nvidia.com>2022-09-22 15:56:27 +0530
committerThierry Reding <treding@nvidia.com>2022-11-17 23:14:32 +0100
commitb76bd1b36813a253f004d634e210d6e3909322c1 (patch)
treeecb75b05969a6b92811007b7fe1b6b711d2c7f89 /include/soc/tegra
parent2927cf85f4877f417f884919de8e04ab9b362d32 (diff)
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 <mbhardwaj@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'include/soc/tegra')
-rw-r--r--include/soc/tegra/ivc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/soc/tegra/ivc.h b/include/soc/tegra/ivc.h
index 4aeb77cc22c5..88ce0bf439ad 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 <linux/device.h>
#include <linux/dma-mapping.h>