=================================================================== RCS file: /cvs/funnyos/arch/testarm/dev/obio.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- funnyos/arch/testarm/dev/obio.c 2007/10/16 19:42:00 1.4 +++ funnyos/arch/testarm/dev/obio.c 2007/10/16 19:55:30 1.5 @@ -1,5 +1,5 @@ /* - * $Id: obio.c,v 1.4 2007/10/16 18:42:00 init Exp $ + * $Id: obio.c,v 1.5 2007/10/16 18:55:30 init Exp $ */ #include #include @@ -22,7 +22,7 @@ struct driver obio_dr = { - sizeof(obio_dd), + sizeof(struct obio_dd), obio_attach, obio_detach };