Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>

authored by

Manish Bhardwaj and committed by
Thierry Reding
b76bd1b3 2927cf85

+1
+1
include/soc/tegra/ivc.h
··· 4 4 */ 5 5 6 6 #ifndef __TEGRA_IVC_H 7 + #define __TEGRA_IVC_H 7 8 8 9 #include <linux/device.h> 9 10 #include <linux/dma-mapping.h>