Commit c888d347 authored by Arnd Bergmann's avatar Arnd Bergmann

Merge tag 'socfpga_update_for_v6.6' of...

Merge tag 'socfpga_update_for_v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux into soc/arm

SoCFPGA mach update for v6.6
- Clean up DT includes in mach-socfpga

* tag 'socfpga_update_for_v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux:
  ARM: socfpga: Explicitly include correct DT includes

Link: https://lore.kernel.org/r/20230823021810.958072-1-dinguyen@kernel.orgSigned-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parents 56fdaf48 37e2d7d2
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* Copyright Altera Corporation (C) 2016. All rights reserved. * Copyright Altera Corporation (C) 2016. All rights reserved.
*/ */
#include <linux/io.h> #include <linux/io.h>
#include <linux/of_platform.h> #include <linux/of.h>
#include <linux/of_address.h> #include <linux/of_address.h>
#include "core.h" #include "core.h"
......
...@@ -4,10 +4,8 @@ ...@@ -4,10 +4,8 @@
*/ */
#include <linux/delay.h> #include <linux/delay.h>
#include <linux/io.h> #include <linux/io.h>
#include <linux/genalloc.h> #include <linux/of.h>
#include <linux/module.h>
#include <linux/of_address.h> #include <linux/of_address.h>
#include <linux/of_platform.h>
#include "core.h" #include "core.h"
......
...@@ -13,7 +13,9 @@ ...@@ -13,7 +13,9 @@
#include <linux/genalloc.h> #include <linux/genalloc.h>
#include <linux/init.h> #include <linux/init.h>
#include <linux/io.h> #include <linux/io.h>
#include <linux/of.h>
#include <linux/of_platform.h> #include <linux/of_platform.h>
#include <linux/platform_device.h>
#include <linux/suspend.h> #include <linux/suspend.h>
#include <asm/suspend.h> #include <asm/suspend.h>
#include <asm/fncpy.h> #include <asm/fncpy.h>
......
...@@ -3,13 +3,11 @@ ...@@ -3,13 +3,11 @@
* Copyright (C) 2012-2015 Altera Corporation * Copyright (C) 2012-2015 Altera Corporation
*/ */
#include <linux/irqchip.h> #include <linux/irqchip.h>
#include <linux/of.h>
#include <linux/of_address.h> #include <linux/of_address.h>
#include <linux/of_irq.h>
#include <linux/of_platform.h>
#include <linux/reboot.h> #include <linux/reboot.h>
#include <linux/reset/socfpga.h> #include <linux/reset/socfpga.h>
#include <asm/hardware/cache-l2x0.h>
#include <asm/mach/arch.h> #include <asm/mach/arch.h>
#include <asm/mach/map.h> #include <asm/mach/map.h>
#include <asm/cacheflush.h> #include <asm/cacheflush.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment