--- drivers/pnp/pnp_bios.c.old Fri Oct 5 23:04:27 2001 +++ drivers/pnp/pnp_bios.c Sat Oct 6 20:43:18 2001 @@ -1093,6 +1093,9 @@ } #ifdef MODULE + +MODULE_LICENSE("GPL"); + /* We have to run it early and specifically in non modular.. */ module_init(pnp_bios_init); @@ -1104,5 +1107,6 @@ } module_exit(pnp_bios_exit); + #endif #endif