patch-2.4.10 linux/drivers/video/epson1355fb.c
Next file: linux/drivers/video/fbcon-afb.c
Previous file: linux/drivers/video/dnfb.c
Back to the patch index
Back to the overall index
- Lines: 14
- Date:
Thu Sep 13 16:04:43 2001
- Orig file:
v2.4.9/linux/drivers/video/epson1355fb.c
- Orig date:
Sun May 20 12:11:39 2001
diff -u --recursive --new-file v2.4.9/linux/drivers/video/epson1355fb.c linux/drivers/video/epson1355fb.c
@@ -25,7 +25,7 @@
#include <linux/fb.h>
#include <linux/init.h>
#include <linux/kernel.h>
-#include <linux/malloc.h>
+#include <linux/slab.h>
#include <linux/mm.h>
#include <linux/module.h>
#include <linux/sched.h>
@@ -538,3 +538,4 @@
/* ... */
}
+MODULE_LICENSE("GPL");
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)