]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
fbdev: au1100fb: Make driver compilable on non-mips platforms
authorUwe Kleine-König <u.kleine-koenig@baylibre.com>
Sun, 15 Feb 2026 23:33:20 +0000 (00:33 +0100)
committerHelge Deller <deller@gmx.de>
Thu, 19 Feb 2026 16:38:17 +0000 (17:38 +0100)
commit6f366e86481a7503a821de82930df517dddd4047
treec7d9afdaed7f84699c2fe67a7aeeb9a9c150e42b
parent13c89a37c6f6f33d9afbd8b4adf121c3d51c81d2
fbdev: au1100fb: Make driver compilable on non-mips platforms

The header asm/mach-au1x00/au1000.h is unused apart from pulling in
<linux/delay.h> (for mdelay()) and <linux/io.h> (for KSEG1ADDR()). Then
the only platform specific part in the driver is the usage of the KSEG1ADDR
macro, which for the non-mips case can be stubbed.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@baylibre.com>
Signed-off-by: Helge Deller <deller@gmx.de>
drivers/video/fbdev/Kconfig
drivers/video/fbdev/au1100fb.c
drivers/video/fbdev/au1100fb.h