Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932496AbcKROWu (ORCPT ); Fri, 18 Nov 2016 09:22:50 -0500 Received: from mail-pg0-f65.google.com ([74.125.83.65]:36232 "EHLO mail-pg0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932446AbcKROWc (ORCPT ); Fri, 18 Nov 2016 09:22:32 -0500 From: Geliang Tang To: "David S. Miller" Cc: Geliang Tang , sparclinux@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] sparc: drop duplicate header scatterlist.h Date: Fri, 18 Nov 2016 22:21:17 +0800 Message-Id: <7b5cc79d24d813a888ba5c229063418fa065d010.1479459310.git.geliangtang@gmail.com> X-Mailer: git-send-email 2.9.3 In-Reply-To: <319a5803aac795e175306d4978134f0247cf87bc.1479457751.git.geliangtang@gmail.com> References: <319a5803aac795e175306d4978134f0247cf87bc.1479457751.git.geliangtang@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 555 Lines: 21 Drop duplicate header scatterlist.h from iommu_common.h. Signed-off-by: Geliang Tang --- arch/sparc/kernel/iommu_common.h | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/sparc/kernel/iommu_common.h b/arch/sparc/kernel/iommu_common.h index b40cec2..8284933 100644 --- a/arch/sparc/kernel/iommu_common.h +++ b/arch/sparc/kernel/iommu_common.h @@ -13,7 +13,6 @@ #include #include #include -#include #include -- 2.9.3