linux-kernel.vger.kernel.org archive mirror
 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

* Re: [PATCH] firmware: tegra: include IVC header file only once
  2022-09-22 10:26 [PATCH] firmware: tegra: include IVC header file only once Manish Bhardwaj
@ 2022-11-17 22:14 ` Thierry Reding
  0 siblings, 0 replies; 2+ messages in thread
From: Thierry Reding @ 2022-11-17 22:14 UTC (permalink / raw)
  To: Manish Bhardwaj; +Cc: jonathanh, linux-tegra, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 431 bytes --]

On Thu, Sep 22, 2022 at 03:56:27PM +0530, Manish Bhardwaj wrote:
> 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(+)

Applied, thanks.

Thierry

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[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;
as well as URLs for NNTP newsgroup(s).