mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-23 23:48:22 +02:00
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Akinori Hattori <hattya@gentoo.org>
17 lines
421 B
Diff
17 lines
421 B
Diff
Remove usage of kernel headers, deprecated since linux-headers-2.6.18.
|
|
Patch by Shunichi Fuji <palgowr@gmail.com>.
|
|
|
|
See bug #156306
|
|
|
|
--- a/fbdpsp.c
|
|
+++ b/fbdpsp.c
|
|
@@ -827,8 +827,7 @@
|
|
|
|
#ifdef JFB_VGA16FB
|
|
|
|
-#include <asm/io.h>
|
|
-#include <asm/system.h>
|
|
+#include <sys/io.h>
|
|
|
|
#define GRAPHICS_ADDR_REG 0x3ce /* Graphics address register. */
|
|
#define GRAPHICS_DATA_REG 0x3cf /* Graphics data register. */
|