ARM: pxa: stop using mach/bitfield.h
authorArnd Bergmann <arnd@arndb.de>
Sun, 1 Sep 2019 21:25:15 +0000 (23:25 +0200)
committerArnd Bergmann <arnd@arndb.de>
Tue, 19 Apr 2022 14:28:04 +0000 (16:28 +0200)
commit2a0fd0a95a1e63f18df189c178459c5965d4ce6c
tree7e556db71a9d0d5791ff1f3c58ac439b5a6fee51
parent08d3df8c81537089fc8f21006b56f2f6fb23c6f8
ARM: pxa: stop using mach/bitfield.h

There are two identical copies of mach/bitfield.h, one for
mach-sa1100 and one for mach-pxa. The pxafb driver only
makes use of two macros, which can be trivially open-coded
in the header.

Cc: dri-devel@lists.freedesktop.org
Acked-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Acked-by: Robert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/mach-pxa/idp.c
arch/arm/mach-pxa/include/mach/regs-lcd.h
arch/arm/mach-pxa/regs-u2d.h
drivers/video/fbdev/pxafb.c