=================================================================== RCS file: /cvs/funnyos/arch/testarm/dev/tacons.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- funnyos/arch/testarm/dev/tacons.c 2007/10/16 22:34:49 1.5 +++ funnyos/arch/testarm/dev/tacons.c 2007/10/29 21:10:03 1.6 @@ -1,5 +1,5 @@ /* - * $Id: tacons.c,v 1.5 2007/10/16 21:34:49 init Exp $ + * $Id: tacons.c,v 1.6 2007/10/29 21:10:03 init Exp $ */ #include #include @@ -22,6 +22,7 @@ struct driver tacons_dr = { sizeof(struct tacons_dd), tacons_attach, + NULL, NULL };