From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Mon, 04 Apr 2016 08:35:47 +0200 Subject: [U-Boot] [PATCH V2] arm: socfpga: Nuke useless include In-Reply-To: <1459731692.2091.1.camel@altera.com> References: <1459523326-5365-1-git-send-email-marex@denx.de> <1459731692.2091.1.camel@altera.com> Message-ID: <57020B43.6020907@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/04/2016 03:01 AM, Chin Liang See wrote: > On Fri, 2016-04-01 at 17:08 +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/include/mach/dwmmc.h | 12 ------------ >> arch/arm/mach-socfpga/misc.c | 1 - >> 2 files changed, 13 deletions(-) >> delete mode 100644 arch/arm/mach-socfpga/include/mach/dwmmc.h >> >> V2: Remove the header file itself > > > Acked-by: Chin Liang See Thanks :) -- Best regards, Marek Vasut