diff options
author | Arnd Bergmann <arnd@arndb.de> | 2019-09-01 23:25:15 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2022-04-19 16:28:04 +0200 |
commit | 2a0fd0a95a1e63f18df189c178459c5965d4ce6c (patch) | |
tree | 7e556db71a9d0d5791ff1f3c58ac439b5a6fee51 /drivers/video/fbdev/pxafb.c | |
parent | 08d3df8c81537089fc8f21006b56f2f6fb23c6f8 (diff) | |
download | lwn-2a0fd0a95a1e63f18df189c178459c5965d4ce6c.tar.gz lwn-2a0fd0a95a1e63f18df189c178459c5965d4ce6c.zip |
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>
Diffstat (limited to 'drivers/video/fbdev/pxafb.c')
-rw-r--r-- | drivers/video/fbdev/pxafb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/fbdev/pxafb.c b/drivers/video/fbdev/pxafb.c index e3d1a184d2be..edf080f64a8c 100644 --- a/drivers/video/fbdev/pxafb.c +++ b/drivers/video/fbdev/pxafb.c @@ -64,7 +64,6 @@ #include <asm/io.h> #include <asm/irq.h> #include <asm/div64.h> -#include <mach/bitfield.h> #include <linux/platform_data/video-pxafb.h> /* |