diff options
author | Rob Herring <robh@kernel.org> | 2023-07-17 16:57:03 -0600 |
---|---|---|
committer | Florian Fainelli <florian.fainelli@broadcom.com> | 2023-07-21 10:01:47 -0700 |
commit | 91b631c25f6a21fe70f3fbc5c54aa05e617279bd (patch) | |
tree | 798f2e16c846ffffa54a972256e8d7ab8436ce23 /arch/arm/mach-bcm/bcm_5301x.c | |
parent | 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5 (diff) |
ARM: bcm: Drop unused includes
Several includes are not needed, so drop them.
of_platform.h is not needed, but it implicitly includes of.h which is
needed.
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20230717225704.3215469-1-robh@kernel.org
Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
Diffstat (limited to 'arch/arm/mach-bcm/bcm_5301x.c')
-rw-r--r-- | arch/arm/mach-bcm/bcm_5301x.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-bcm/bcm_5301x.c b/arch/arm/mach-bcm/bcm_5301x.c index fe067f6cebb6..cd29496da1ea 100644 --- a/arch/arm/mach-bcm/bcm_5301x.c +++ b/arch/arm/mach-bcm/bcm_5301x.c @@ -5,8 +5,6 @@ * * Licensed under the GNU/GPL. See COPYING for details. */ -#include <linux/of_platform.h> -#include <asm/hardware/cache-l2x0.h> #include <asm/mach/arch.h> #include <asm/siginfo.h> |