firmware: tegra: include IVC header file only once
authorManish Bhardwaj <mbhardwaj@nvidia.com>
Thu, 22 Sep 2022 10:26:27 +0000 (15:56 +0530)
committerThierry Reding <treding@nvidia.com>
Thu, 17 Nov 2022 22:14:32 +0000 (23:14 +0100)
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>
include/soc/tegra/ivc.h

index 4aeb77c..88ce0bf 100644 (file)
@@ -4,6 +4,7 @@
  */
 
 #ifndef __TEGRA_IVC_H
+#define __TEGRA_IVC_H
 
 #include <linux/device.h>
 #include <linux/dma-mapping.h>