public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] firmware: tegra: include IVC header file only once
@ 2022-09-22 10:26 Manish Bhardwaj
  2022-11-17 22:14 ` Thierry Reding
  0 siblings, 1 reply; 2+ messages in thread
From: Manish Bhardwaj @ 2022-09-22 10:26 UTC (permalink / raw)
  To: thierry.reding, jonathanh, linux-tegra, linux-kernel; +Cc: mbhardwaj

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>
---
 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-11-17 22:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-22 10:26 [PATCH] firmware: tegra: include IVC header file only once Manish Bhardwaj
2022-11-17 22:14 ` Thierry Reding

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox