Make uipaq's ucom callbacks easier to read while I'm hear looking for

other why this seems to be broken with my phone...
This commit is contained in:
Warner Losh 2008-08-31 03:39:59 +00:00
parent 88c29cec87
commit b2fcf23526
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=182507

View file

@ -104,14 +104,7 @@ static void uipaq_break(struct uipaq_softc* sc, int onoff);
int uipaq_detach(device_t self);
struct ucom_callback uipaq_callback = {
NULL,
uipaq_set,
NULL,
NULL,
NULL, /*open*/
NULL, /*close*/
NULL,
NULL
.ucom_set = uipaq_set
};
struct uipaq_type {