lkml.org 
[lkml]   [1996]   [Jun]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subjectxd.c as a module
Date

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>

\
 
 \ /
  Last update: 2005-03-22 13:37    [W:0.019 / U:1.064 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site