summaryrefslogtreecommitdiffstats
path: root/include/linux/platform_data
diff options
context:
space:
mode:
authorLaurent Pinchart2014-12-14 01:37:09 +0100
committerLaurent Pinchart2015-01-16 17:03:05 +0100
commit78e1f974dd351ac82d978e3aac2d27422013f914 (patch)
treeb9951af7dea9f02a2b49f874c7cc0356f6405ebc /include/linux/platform_data
parentiommu/ipmmu-vmsa: Support multiple micro TLBs per device (diff)
downloadkernel-qcow2-linux-78e1f974dd351ac82d978e3aac2d27422013f914.tar.gz
kernel-qcow2-linux-78e1f974dd351ac82d978e3aac2d27422013f914.tar.xz
kernel-qcow2-linux-78e1f974dd351ac82d978e3aac2d27422013f914.zip
iommu/ipmmu-vmsa: Remove platform data support
No board file instantiates the IPMMU using platform data. Now that we have DT support, get rid of platform data. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Diffstat (limited to 'include/linux/platform_data')
-rw-r--r--include/linux/platform_data/ipmmu-vmsa.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/include/linux/platform_data/ipmmu-vmsa.h b/include/linux/platform_data/ipmmu-vmsa.h
deleted file mode 100644
index 5275b3ac6d37..000000000000
--- a/include/linux/platform_data/ipmmu-vmsa.h
+++ /dev/null
@@ -1,24 +0,0 @@
-/*
- * IPMMU VMSA Platform Data
- *
- * Copyright (C) 2014 Renesas Electronics Corporation
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; version 2 of the License.
- */
-
-#ifndef __IPMMU_VMSA_H__
-#define __IPMMU_VMSA_H__
-
-struct ipmmu_vmsa_master {
- const char *name;
- unsigned int utlb;
-};
-
-struct ipmmu_vmsa_platform_data {
- const struct ipmmu_vmsa_master *masters;
- unsigned int num_masters;
-};
-
-#endif /* __IPMMU_VMSA_H__ */