=================================================================== RCS file: /cvs/funnyos/other/skeleton_driver.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- funnyos/other/skeleton_driver.c 2007/11/15 15:05:30 1.1 +++ funnyos/other/skeleton_driver.c 2007/11/19 10:20:52 1.2 @@ -1,5 +1,5 @@ /* - * $Id: skeleton_driver.c,v 1.1 2007/11/15 15:05:30 nbrk Exp $ + * $Id: skeleton_driver.c,v 1.2 2007/11/19 10:20:52 nbrk Exp $ */ #include #include @@ -23,7 +23,7 @@ int -XXX_attach(struct device *, uint32_t loc, uint8_t flags) +XXX_attach(struct device *self, uint32_t loc, uint8_t flags) { struct XXX_dd *ddp = self->dv_devdata;