lkml.org 
[lkml]   [2000]   [Feb]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patches in this message
/
From
Date
Subject[PATCH] Linux-kernel 2.3.48 cpqarray.h compile (module) fix
Hello,

I found folowing micro-patch makes linux-2.3.48/drivers/block/cpqarray.h
compile again (as module)

--- linux/drivers/block/cpqarray.h-2.3.48 Sun Feb 27 10:36:56 2000
+++ linux/drivers/block/cpqarray.h Sun Feb 27 10:37:11 2000
@@ -30,7 +30,7 @@
#include <linux/locks.h>
#include <linux/malloc.h>
#include <linux/proc_fs.h>
-#include <linux/md.h>
+#include <linux/raid/md.h>
#include <linux/timer.h>
#endif


Arjan Filius
mailto:iafilius@xs4all.nl
--- linux/drivers/block/cpqarray.h-2.3.48 Sun Feb 27 10:36:56 2000
+++ linux/drivers/block/cpqarray.h Sun Feb 27 10:37:11 2000
@@ -30,7 +30,7 @@
#include <linux/locks.h>
#include <linux/malloc.h>
#include <linux/proc_fs.h>
-#include <linux/md.h>
+#include <linux/raid/md.h>
#include <linux/timer.h>
#endif
\
 
 \ /
  Last update: 2005-03-22 13:56    [W:0.110 / U:2.208 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site