aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2016-08-16 06:12:12 -0400
committerLucas Stach <l.stach@pengutronix.de>2016-09-15 09:29:37 -0400
commit47cf62b8e0cc19b7cf7d77f218cac0fac36289f0 (patch)
tree39a5b9fd148a95e120a82bd18cc4969e1aaaef4d /drivers/gpu
parentdd34bb9655176873dc6fdfc612c71f7c2f078caa (diff)
drm/etnaviv: remove unused iommu_v2 header
This has been there from the original merge, but has never been used. Get rid of it. Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Diffstat (limited to 'drivers/gpu')
-rw-r--r--drivers/gpu/drm/etnaviv/etnaviv_iommu_v2.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/drivers/gpu/drm/etnaviv/etnaviv_iommu_v2.h b/drivers/gpu/drm/etnaviv/etnaviv_iommu_v2.h
deleted file mode 100644
index 603ea41c5389..000000000000
--- a/drivers/gpu/drm/etnaviv/etnaviv_iommu_v2.h
+++ /dev/null
@@ -1,25 +0,0 @@
1/*
2 * Copyright (C) 2014 Christian Gmeiner <christian.gmeiner@gmail.com>
3 *
4 * This program is free software; you can redistribute it and/or modify it
5 * under the terms of the GNU General Public License version 2 as published by
6 * the Free Software Foundation.
7 *
8 * This program is distributed in the hope that it will be useful, but WITHOUT
9 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
10 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
11 * more details.
12 *
13 * You should have received a copy of the GNU General Public License along with
14 * this program. If not, see <http://www.gnu.org/licenses/>.
15 */
16
17#ifndef __ETNAVIV_IOMMU_V2_H__
18#define __ETNAVIV_IOMMU_V2_H__
19
20#include <linux/iommu.h>
21struct etnaviv_gpu;
22
23struct iommu_domain *etnaviv_iommu_v2_domain_alloc(struct etnaviv_gpu *gpu);
24
25#endif /* __ETNAVIV_IOMMU_V2_H__ */