Remove tinfo_t symbols which result in never used global common variables.
This commit is contained in:
parent
d154d07506
commit
ddd5fcbf66
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: aic6360var.h,v 1.5 1999/10/20 15:22:26 enami Exp $ */
|
||||
/* $NetBSD: aic6360var.h,v 1.6 2000/01/07 08:12:15 nisimura Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1994, 1995, 1996 Charles M. Hannum. All rights reserved.
|
||||
@ -109,7 +109,7 @@ struct aic_tinfo {
|
||||
u_char period; /* Period suggestion */
|
||||
u_char offset; /* Offset suggestion */
|
||||
u_char width; /* Width suggestion */
|
||||
} tinfo_t;
|
||||
};
|
||||
|
||||
struct aic_softc {
|
||||
struct device sc_dev;
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: mb89352var.h,v 1.1 1999/02/13 17:33:15 minoura Exp $ */
|
||||
/* $NetBSD: mb89352var.h,v 1.2 2000/01/07 08:12:15 nisimura Exp $ */
|
||||
/* NecBSD: mb89352var.h,v 1.4 1998/03/14 07:31:22 kmatsuda Exp */
|
||||
|
||||
/*-
|
||||
@ -107,7 +107,7 @@ struct spc_tinfo {
|
||||
u_char period; /* Period suggestion */
|
||||
u_char offset; /* Offset suggestion */
|
||||
u_char width; /* Width suggestion */
|
||||
} tinfo_t;
|
||||
};
|
||||
|
||||
struct spc_softc {
|
||||
struct device sc_dev;
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: ncr53c9xvar.h,v 1.18 1999/09/22 03:31:23 mhitch Exp $ */
|
||||
/* $NetBSD: ncr53c9xvar.h,v 1.19 2000/01/07 08:12:15 nisimura Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1997 The NetBSD Foundation, Inc.
|
||||
@ -156,7 +156,7 @@ struct ncr53c9x_tinfo {
|
||||
u_char period; /* Period suggestion */
|
||||
u_char offset; /* Offset suggestion */
|
||||
u_char pad[3];
|
||||
} tinfo_t;
|
||||
};
|
||||
|
||||
/* Register a linenumber (for debugging) */
|
||||
#define LOGLINE(p)
|
||||
|
Loading…
Reference in New Issue
Block a user