From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Fri, 01 Apr 2016 17:06:19 +0200 Subject: [U-Boot] [PATCH] arm: socfpga: Nuke useless include In-Reply-To: <1459517763.1942.2.camel@altera.com> References: <1459458472-10869-1-git-send-email-marex@denx.de> <1459517763.1942.2.camel@altera.com> Message-ID: <56FE8E6B.5090607@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 04/01/2016 03:36 PM, Chin Liang See wrote: > On Thu, 2016-03-31 at 23:07 +0200, Marek Vasut wrote: >> The dwmmc.h include was forgotten during the migration of dwmmc >> probing to DM. Since the shiny DM is in place now, remove this >> relic of the past. >> >> Signed-off-by: Marek Vasut >> Cc: Dinh Nguyen >> Cc: Chin Liang See >> --- >> arch/arm/mach-socfpga/misc.c | 1 - >> 1 file changed, 1 deletion(-) >> >> diff --git a/arch/arm/mach-socfpga/misc.c b/arch/arm/mach >> -socfpga/misc.c >> index ce3ff0a..ebaa736 100644 >> --- a/arch/arm/mach-socfpga/misc.c >> +++ b/arch/arm/mach-socfpga/misc.c >> @@ -16,7 +16,6 @@ >> #include >> #include >> #include >> -#include > > You might want to delete the header file itself. Good catch, thanks! >> #include >> #include >> #include > > Acked-by: Chin Liang See -- Best regards, Marek Vasut