From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cho KyongHo Subject: [PATCH v9 01/16] iommu/exynos: do not include removed header Date: Thu, 08 Aug 2013 18:37:25 +0900 Message-ID: <002501ce941a$e3d87f40$ab897dc0$@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-language: ko List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: iommu-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: iommu-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: 'Linux ARM Kernel' , 'Linux IOMMU' , 'Linux Kernel' , 'Linux Samsung SOC' , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Cc: 'Kukjin Kim' , 'Prathyush' , 'Grant Grundler' , 'Subash Patel' , 'Sachin Kamat' , 'Antonios Motakis' , kvmarm-FPEHb7Xf0XXUo1n7N8X6UoWGPAHP3yOg@public.gmane.org, 'Rahul Sharma' List-Id: iommu@lists.linux-foundation.org This commit remove which is removed. Signed-off-by: Cho KyongHo --- drivers/iommu/exynos-iommu.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/drivers/iommu/exynos-iommu.c b/drivers/iommu/exynos-iommu.c index 3f32d64..233f382 100644 --- a/drivers/iommu/exynos-iommu.c +++ b/drivers/iommu/exynos-iommu.c @@ -12,6 +12,7 @@ #define DEBUG #endif +#include #include #include #include @@ -29,8 +30,6 @@ #include #include -#include - /* We does not consider super section mapping (16MB) */ #define SECT_ORDER 20 #define LPAGE_ORDER 16 -- 1.7.2.5