Style: move a global variable up to the top of the file.

This commit is contained in:
Poul-Henning Kamp 2002-09-03 11:18:35 +00:00
parent ca603e16f2
commit c91680190a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=102893

View file

@ -112,6 +112,8 @@ static int puc_find_free_unit(char *);
static void puc_print_resource_list(struct resource_list *);
#endif
devclass_t puc_devclass;
static int
puc_port_bar_index(struct puc_softc *sc, int bar)
{
@ -506,6 +508,3 @@ puc_read_ivar(device_t dev, device_t child, int index, uintptr_t *result)
}
return (0);
}
devclass_t puc_devclass;