arm: remove duplicated include
Commit Message
remove duplicated include
Signed-off-by: Wang Jinchao <wangjinchao@xfusion.com>
---
arch/arm/include/asm/pgtable.h | 4 ++--
arch/arm/mach-footbridge/common.c | 1 -
2 files changed, 2 insertions(+), 3 deletions(-)
Comments
On Fri, Dec 15, 2023 at 02:27:23PM +0800, Wang Jinchao wrote:
> remove duplicated include
>
> Signed-off-by: Wang Jinchao <wangjinchao@xfusion.com>
> ---
These have been ignored in the past because although they seem correct,
they haven't ended up in my patch system. I guess I'm going to get asked
what that is, despite the link to it being in the footer of every email
I send... (please look at the footer of this email and follow the link!)
Thanks.
@@ -19,14 +19,14 @@ extern struct page *empty_zero_page;
#define ZERO_PAGE(vaddr) (empty_zero_page)
#endif
+#include <asm-generic/pgtable-nopud.h>
+
#ifndef CONFIG_MMU
-#include <asm-generic/pgtable-nopud.h>
#include <asm/pgtable-nommu.h>
#else
-#include <asm-generic/pgtable-nopud.h>
#include <asm/page.h>
#include <asm/pgtable-hwdef.h>
@@ -30,7 +30,6 @@
#include <mach/hardware.h>
#include <mach/irqs.h>
-#include <asm/hardware/dec21285.h>
static int dc21285_get_irq(void)
{