diff options
author | 2019-09-19 11:15:18 +0200 | |
---|---|---|
committer | 2022-05-07 22:56:16 +0200 | |
commit | b72232b42037e248e23dfbf2092ec50c8b5608e0 (patch) | |
tree | 8b4dadaccfd5ee5ba349b428bc93a4117b0bd284 /arch/arm/include/asm/hardware | |
parent | ARM: pxa: move clk register definitions to driver (diff) | |
download | linux-dev-b72232b42037e248e23dfbf2092ec50c8b5608e0.tar.xz linux-dev-b72232b42037e248e23dfbf2092ec50c8b5608e0.zip |
ARM: pxa: remove unused mach/bitfield.h
The sa1111.h header defines some constants using the bitfield
macros, but those are only used on sa1100, not on pxa, and the
users include the bitfield header through mach/hardware.h.
Acked-by: Robert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/include/asm/hardware')
-rw-r--r-- | arch/arm/include/asm/hardware/sa1111.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/include/asm/hardware/sa1111.h b/arch/arm/include/asm/hardware/sa1111.h index 2e70db6f22ea..d8c6f8a99dfa 100644 --- a/arch/arm/include/asm/hardware/sa1111.h +++ b/arch/arm/include/asm/hardware/sa1111.h @@ -13,8 +13,6 @@ #ifndef _ASM_ARCH_SA1111 #define _ASM_ARCH_SA1111 -#include <mach/bitfield.h> - /* * Don't ask the (SAC) DMA engines to move less than this amount. */ |