remove unnecessary header inclusion (machine/autoconf.h) and now-bogus comment.
also, trim spaces at ends of lines, etc.
This commit is contained in:
parent
e27e15d0ac
commit
720c148692
@ -1,4 +1,4 @@
|
|||||||
/* $NetBSD: tc.c,v 1.13 1996/04/09 20:50:06 jonathan Exp $ */
|
/* $NetBSD: tc.c,v 1.14 1996/04/18 01:12:41 cgd Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 1994, 1995 Carnegie-Mellon University.
|
* Copyright (c) 1994, 1995 Carnegie-Mellon University.
|
||||||
@ -35,8 +35,6 @@
|
|||||||
#include <dev/tc/tcvar.h>
|
#include <dev/tc/tcvar.h>
|
||||||
#include <dev/tc/tcdevs.h>
|
#include <dev/tc/tcdevs.h>
|
||||||
|
|
||||||
#include <machine/autoconf.h>
|
|
||||||
|
|
||||||
struct tc_softc {
|
struct tc_softc {
|
||||||
struct device sc_dv;
|
struct device sc_dv;
|
||||||
|
|
||||||
@ -78,8 +76,6 @@ tcmatch(parent, cfdata, aux)
|
|||||||
if (strcmp(tba->tba_busname, cf->cf_driver->cd_name))
|
if (strcmp(tba->tba_busname, cf->cf_driver->cd_name))
|
||||||
return (0);
|
return (0);
|
||||||
|
|
||||||
/* XXX check other indicators */
|
|
||||||
|
|
||||||
return (1);
|
return (1);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -208,8 +204,8 @@ tcprint(aux, pnp)
|
|||||||
|
|
||||||
int
|
int
|
||||||
tcsubmatch(parent, match, aux)
|
tcsubmatch(parent, match, aux)
|
||||||
struct device *parent;
|
struct device *parent;
|
||||||
void *match, *aux;
|
void *match, *aux;
|
||||||
{
|
{
|
||||||
struct cfdata *cf = match;
|
struct cfdata *cf = match;
|
||||||
struct tc_attach_args *d = aux;
|
struct tc_attach_args *d = aux;
|
||||||
|
Loading…
Reference in New Issue
Block a user