Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753973AbcKUU77 (ORCPT ); Mon, 21 Nov 2016 15:59:59 -0500 Received: from mail-io0-f194.google.com ([209.85.223.194]:33712 "EHLO mail-io0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753478AbcKUU74 (ORCPT ); Mon, 21 Nov 2016 15:59:56 -0500 Subject: Re: [PATCH] ARM: lpc32xx: drop duplicate header device.h From: Sylvain Lemieux To: Geliang Tang Cc: Russell King , Vladimir Zapolskiy , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org In-Reply-To: <31c0875cedae8fe20211b209c85b6e012fa9f6a5.1479457940.git.geliangtang@gmail.com> References: <319a5803aac795e175306d4978134f0247cf87bc.1479457751.git.geliangtang@gmail.com> <31c0875cedae8fe20211b209c85b6e012fa9f6a5.1479457940.git.geliangtang@gmail.com> Content-Type: text/plain; charset="UTF-8" Date: Mon, 21 Nov 2016 15:59:05 -0500 Message-ID: <1479761945.1477.0.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.32.3 (2.32.3-36.el6) Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 725 Lines: 23 On Fri, 2016-11-18 at 22:21 +0800, Geliang Tang wrote: > Drop duplicate header device.h from phy3250.c. > > Signed-off-by: Geliang Tang > --- > arch/arm/mach-lpc32xx/phy3250.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/arm/mach-lpc32xx/phy3250.c b/arch/arm/mach-lpc32xx/phy3250.c > index 0e4cbbe..6c52bd3 100644 > --- a/arch/arm/mach-lpc32xx/phy3250.c > +++ b/arch/arm/mach-lpc32xx/phy3250.c > @@ -23,7 +23,6 @@ > #include > #include > #include > -#include > #include > #include > #include Reviewed-by: Sylvain Lemieux