--- zzzz-none-000/linux-2.4.17/arch/mips/kernel/irixinv.c 2000-05-13 15:29:14.000000000 +0000 +++ sangam-fb-322/linux-2.4.17/arch/mips/kernel/irixinv.c 2004-11-24 13:22:35.000000000 +0000 @@ -4,8 +4,6 @@ * use the linked lists for the inventory yet. * * Miguel de Icaza, 1997. - * - * $Id: irixinv.c,v 1.3 1998/04/05 11:23:51 ralf Exp $ */ #include #include @@ -79,3 +77,5 @@ add_to_inventory (2, 2, 0, 1, 0); add_to_inventory (7, 14, 0, 0, 6); } + +module_init(init_inventory);