=================================================================== RCS file: /cvs/funnyos/arch/testarm/dev/obio.c,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- funnyos/arch/testarm/dev/obio.c 2007/10/26 14:34:47 1.10 +++ funnyos/arch/testarm/dev/obio.c 2007/10/29 21:10:03 1.11 @@ -1,5 +1,5 @@ /* - * $Id: obio.c,v 1.10 2007/10/26 13:34:47 init Exp $ + * $Id: obio.c,v 1.11 2007/10/29 21:10:03 init Exp $ */ #include #include @@ -34,6 +34,7 @@ struct driver obio_dr = { sizeof(struct obio_dd), obio_attach, + NULL, NULL };