=================================================================== RCS file: /cvs/funnyos/dev/cpu.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- funnyos/dev/cpu.c 2007/10/16 18:33:40 1.3 +++ funnyos/dev/cpu.c 2007/10/29 21:10:02 1.4 @@ -1,5 +1,5 @@ /* - * $Id: cpu.c,v 1.3 2007/10/16 17:33:40 init Exp $ + * $Id: cpu.c,v 1.4 2007/10/29 21:10:02 init Exp $ */ #include #include @@ -14,6 +14,7 @@ struct driver cpu_dr = { sizeof(struct cpu_dd), cpu_attach, + NULL, NULL };