summaryrefslogtreecommitdiffstats
path: root/include/soc
diff options
context:
space:
mode:
authorManish Bhardwaj <mbhardwaj@nvidia.com>2022-09-22 12:26:27 +0200
committerThierry Reding <treding@nvidia.com>2022-11-17 23:14:32 +0100
commitb76bd1b36813a253f004d634e210d6e3909322c1 (patch)
treeecb75b05969a6b92811007b7fe1b6b711d2c7f89 /include/soc
parentsoc/tegra: cbb: Check firewall before enabling error reporting (diff)
downloadlinux-b76bd1b36813a253f004d634e210d6e3909322c1.tar.xz
linux-b76bd1b36813a253f004d634e210d6e3909322c1.zip
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')
-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>