[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20220922102627.16705-1-mbhardwaj@nvidia.com>
Date: Thu, 22 Sep 2022 15:56:27 +0530
From: Manish Bhardwaj <mbhardwaj@...dia.com>
To: <thierry.reding@...il.com>, <jonathanh@...dia.com>,
<linux-tegra@...r.kernel.org>, <linux-kernel@...r.kernel.org>
CC: <mbhardwaj@...dia.com>
Subject: [PATCH] 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@...dia.com>
---
include/soc/tegra/ivc.h | 1 +
1 file changed, 1 insertion(+)
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>
--
2.37.3
Powered by blists - more mailing lists