Staticize ukbd_detach and fix indentation.

Submitted by:	Sylvestre Gallon
This commit is contained in:
thompsa 2009-06-02 17:29:15 +00:00
parent 8ef48f1bd3
commit 31080d34af

View File

@ -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);