artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8185dbe
)
remove prototype with no matching function
author
jsg
<jsg@openbsd.org>
Mon, 22 Jul 2024 12:05:38 +0000
(12:05 +0000)
committer
jsg
<jsg@openbsd.org>
Mon, 22 Jul 2024 12:05:38 +0000
(12:05 +0000)
sys/dev/pci/tga.c
patch
|
blob
|
history
diff --git
a/sys/dev/pci/tga.c
b/sys/dev/pci/tga.c
index
b4c9cbb
..
4c315ff
100644
(file)
--- a/
sys/dev/pci/tga.c
+++ b/
sys/dev/pci/tga.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: tga.c,v 1.4
4 2024/06/22 10:22:29
jsg Exp $ */
+/* $OpenBSD: tga.c,v 1.4
5 2024/07/22 12:05:38
jsg Exp $ */
/* $NetBSD: tga.c,v 1.40 2002/03/13 15:05:18 ad Exp $ */
/*
@@
-68,7
+68,6
@@
int tgamatch(struct device *, struct cfdata *, void *);
void tgaattach(struct device *, struct device *, void *);
-int tgaprint(void *, const char *);
struct cfdriver tga_cd = {
NULL, "tga", DV_DULL