Messages in this thread Patch in this message |  | | From | Juan Cespedes <> | Subject | xd.c as a module | Date | Wed, 5 Jun 1996 09:13:06 +0200 (MET DST) |
| |
xd.c doesn't work as a module; it doesn't include linux/module.h Please apply the following patch:
diff -u --recursive --new-file pre2.0.12/linux/drivers/block/xd.c linux/drivers/block/xd.c --- pre2.0.12/linux/drivers/block/xd.c Sun May 5 09:08:29 1996 +++ linux/drivers/block/xd.c Wed Jun 5 00:04:40 1996 @@ -22,7 +22,7 @@ * */ - +#include <linux/module.h> #include <linux/errno.h> #include <linux/sched.h> #include <linux/mm.h>
|  |