diff options
author | Joerg Roedel <jroedel@suse.de> | 2015-01-19 14:39:45 +0100 |
---|---|---|
committer | Joerg Roedel <jroedel@suse.de> | 2015-01-19 14:39:45 +0100 |
commit | 89aa57d15f1833323b001c3764141311ac6179a2 (patch) | |
tree | 44f3066289e0a00b1f24e83d87c9750c4fbfcdec /include | |
parent | Linux 3.19-rc5 (diff) | |
parent | iommu/ipmmu-vmsa: Remove platform data support (diff) | |
download | linux-89aa57d15f1833323b001c3764141311ac6179a2.tar.xz linux-89aa57d15f1833323b001c3764141311ac6179a2.zip |
Merge branch 'iommu/next' of git://linuxtv.org/pinchartl/fbdev into arm/renesas
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/platform_data/ipmmu-vmsa.h | 24 |
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__ */ |