Commit b76bd1b3 authored by Manish Bhardwaj's avatar Manish Bhardwaj Committed by Thierry Reding
Browse files

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: default avatarManish Bhardwaj <mbhardwaj@nvidia.com>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 2927cf85
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
 */

#ifndef __TEGRA_IVC_H
#define __TEGRA_IVC_H

#include <linux/device.h>
#include <linux/dma-mapping.h>