summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1995-10-22 11:29:57 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1995-10-22 11:29:57 +0000
commit27e2d2f6dd725b59b383dbe084c3d67dd39e2d16 (patch)
tree9233c6c18f4383a14a577d0c9d649cb0018397a6 /sys/arch
parent15f31ab9b96199f3df4180b08c7cdd84b51086e9 (diff)
cleanup
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/sparc/dev/cgsix.c7
-rw-r--r--sys/arch/sparc/dev/cgthree.c3
2 files changed, 4 insertions, 6 deletions
diff --git a/sys/arch/sparc/dev/cgsix.c b/sys/arch/sparc/dev/cgsix.c
index 3605c01b179..a66b2cb6bd0 100644
--- a/sys/arch/sparc/dev/cgsix.c
+++ b/sys/arch/sparc/dev/cgsix.c
@@ -117,9 +117,10 @@ int cgsixioctl __P((dev_t, u_long, caddr_t, int, struct proc *));
int cgsixmmap __P((dev_t, int, int));
static void cg6_unblank __P((struct device *));
-struct cfdriver cgsixcd =
- { NULL, "cgsix", cgsixmatch, cgsixattach,
- DV_DULL, sizeof(struct cgsix_softc) };
+struct cfdriver cgsixcd = {
+ NULL, "cgsix", cgsixmatch, cgsixattach,
+ DV_DULL, sizeof(struct cgsix_softc)
+};
/* frame buffer generic driver */
static struct fbdriver cg6_fbdriver = {
diff --git a/sys/arch/sparc/dev/cgthree.c b/sys/arch/sparc/dev/cgthree.c
index c9b3fd8dcd7..ae5949225b9 100644
--- a/sys/arch/sparc/dev/cgthree.c
+++ b/sys/arch/sparc/dev/cgthree.c
@@ -104,9 +104,6 @@ static struct fbdriver cgthreefbdriver = {
extern int fbnode;
extern struct tty *fbconstty;
-extern int (*v_putc)();
-extern int nullop();
-static int cgthree_cnputc();
static void cgthreeloadcmap __P((struct cgthree_softc *, int, int));