From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chin Liang See Date: Fri, 1 Apr 2016 21:36:03 +0800 Subject: [U-Boot] [PATCH] arm: socfpga: Nuke useless include In-Reply-To: <1459458472-10869-1-git-send-email-marex@denx.de> References: <1459458472-10869-1-git-send-email-marex@denx.de> Message-ID: <1459517763.1942.2.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 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. > #include > #include > #include Acked-by: Chin Liang See Thanks Chin Liang