From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chin Liang See Date: Mon, 4 Apr 2016 09:01:32 +0800 Subject: [U-Boot] [PATCH V2] arm: socfpga: Nuke useless include In-Reply-To: <1459523326-5365-1-git-send-email-marex@denx.de> References: <1459523326-5365-1-git-send-email-marex@denx.de> Message-ID: <1459731692.2091.1.camel@altera.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 Chin Liang