patch-2.4.10 linux/drivers/video/pmagb-b-fb.c
Next file: linux/drivers/video/pvr2fb.c
Previous file: linux/drivers/video/pmag-ba-fb.c
Back to the patch index
Back to the overall index
- Lines: 24
- Date:
Fri Sep 14 14:04:07 2001
- Orig file:
v2.4.9/linux/drivers/video/pmagb-b-fb.c
- Orig date:
Wed Apr 18 11:49:12 2001
diff -u --recursive --new-file v2.4.9/linux/drivers/video/pmagb-b-fb.c linux/drivers/video/pmagb-b-fb.c
@@ -9,7 +9,7 @@
* DECstation related code Copyright (C) 1999, 2000, 2001 by
* Michael Engel <engel@unix-ag.org>,
* Karsten Merker <merker@linuxtag.org> and
- * Harald Koerfgen <harald@unix-ag.org>.
+ * Harald Koerfgen.
* This file is subject to the terms and conditions of the GNU General
* Public License. See the file COPYING in the main directory of this
* archive for more details.
@@ -30,7 +30,7 @@
#include <linux/timer.h>
#include <linux/mm.h>
#include <linux/tty.h>
-#include <linux/malloc.h>
+#include <linux/slab.h>
#include <linux/delay.h>
#include <linux/init.h>
#include <linux/fb.h>
@@ -432,3 +432,5 @@
{
return 0;
}
+
+MODULE_LICENSE("GPL");
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)