From: Dave A. <ai...@us...> - 2003-06-10 01:14:58
|
Update of /cvsroot/linux-vax/kernel-2.4/drivers/acpi/ospm/thermal In directory sc8-pr-cvs1:/tmp/cvs-serv7538/drivers/acpi/ospm/thermal Modified Files: tz_osl.c Log Message: DA: sync with Marcelo 2.4.17 Index: tz_osl.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/drivers/acpi/ospm/thermal/tz_osl.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- tz_osl.c 9 Apr 2002 14:05:56 -0000 1.1 +++ tz_osl.c 10 Jun 2003 01:13:24 -0000 1.2 @@ -35,6 +35,7 @@ MODULE_AUTHOR("Andrew Grover"); MODULE_DESCRIPTION("ACPI Component Architecture (CA) - Thermal Zone Driver"); +MODULE_LICENSE("GPL"); int TZP = 0; MODULE_PARM(TZP, "i"); |