1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00

Staticise the con_bios and digi_devclass variables, since they aren't needed

by anything else.
This commit is contained in:
Mike Smith 2002-01-08 10:24:34 +00:00
parent 72b1c1af40
commit 172f13eb36
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=89062
2 changed files with 2 additions and 3 deletions

View File

@ -103,8 +103,8 @@ struct con_bios {
size_t size;
};
struct con_bios *con_bios_list;
devclass_t digi_devclass;
static struct con_bios *con_bios_list;
static devclass_t digi_devclass;
static char driver_name[] = "digi";
unsigned digi_debug = 0;

View File

@ -206,7 +206,6 @@ struct digi_softc {
#endif
};
extern devclass_t digi_devclass;
extern const struct digi_control_signals digi_xixe_signals;
extern const struct digi_control_signals digi_normal_signals;