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:
parent
72b1c1af40
commit
172f13eb36
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=89062
@ -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;
|
||||
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user