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

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
......@@ -4,6 +4,7 @@
*/
#ifndef __TEGRA_IVC_H
#define __TEGRA_IVC_H
#include <linux/device.h>
#include <linux/dma-mapping.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment