projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2927cf8
)
firmware: tegra: include IVC header file only once
author
Manish Bhardwaj
<mbhardwaj@nvidia.com>
Thu, 22 Sep 2022 10:26:27 +0000
(15:56 +0530)
committer
Thierry 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
patch
|
blob
|
history
diff --git
a/include/soc/tegra/ivc.h
b/include/soc/tegra/ivc.h
index 4aeb77cc22c543834771d2e7f82461bbb14beab5..88ce0bf439adfe294b276757f2ba2ad4cc258bb3 100644
(file)
--- 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>