Module Name: src Committed By: macallan Date: Mon Dec 16 08:57:42 UTC 2024
Modified Files: src/sys/arch/hppa/dev: summitfb.c Log Message: remove declaration of sti_unitoroman[] since it lives in stivar.h now To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/arch/hppa/dev/summitfb.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/hppa/dev/summitfb.c diff -u src/sys/arch/hppa/dev/summitfb.c:1.14 src/sys/arch/hppa/dev/summitfb.c:1.15 --- src/sys/arch/hppa/dev/summitfb.c:1.14 Tue Dec 10 09:10:57 2024 +++ src/sys/arch/hppa/dev/summitfb.c Mon Dec 16 08:57:42 2024 @@ -1,4 +1,4 @@ -/* $NetBSD: summitfb.c,v 1.14 2024/12/10 09:10:57 macallan Exp $ */ +/* $NetBSD: summitfb.c,v 1.15 2024/12/16 08:57:42 macallan Exp $ */ /* $OpenBSD: sti_pci.c,v 1.7 2009/02/06 22:51:04 miod Exp $ */ @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: summitfb.c,v 1.14 2024/12/10 09:10:57 macallan Exp $"); +__KERNEL_RCSID(0, "$NetBSD: summitfb.c,v 1.15 2024/12/16 08:57:42 macallan Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -1577,8 +1577,6 @@ summitfb_set_video(struct summitfb_softc } } -extern const uint8_t sti_unitoroman[]; - static void summitfb_copyfont(struct summitfb_softc *sc) {