Staticize ukbd_detach and fix indentation.
Submitted by: Sylvestre Gallon
This commit is contained in:
parent
8ef48f1bd3
commit
31080d34af
@ -822,7 +822,7 @@ ukbd_attach(device_t dev)
|
|||||||
return (ENXIO); /* error */
|
return (ENXIO); /* error */
|
||||||
}
|
}
|
||||||
|
|
||||||
int
|
static int
|
||||||
ukbd_detach(device_t dev)
|
ukbd_detach(device_t dev)
|
||||||
{
|
{
|
||||||
struct ukbd_softc *sc = device_get_softc(dev);
|
struct ukbd_softc *sc = device_get_softc(dev);
|
||||||
|
Loading…
Reference in New Issue
Block a user