[PATCH] 2.5.38 s390 fixes: 03_partition.

From: Martin Schwidefsky (schwidefsky@de.ibm.com)
Date: Tue Sep 24 2002 - 12:18:00 EST


Correct includes in ibm.c to make it compile.

diff -urN linux-2.5.38/fs/partitions/ibm.c linux-2.5.38-s390/fs/partitions/ibm.c
--- linux-2.5.38/fs/partitions/ibm.c Sun Sep 22 06:25:31 2002
+++ linux-2.5.38-s390/fs/partitions/ibm.c Tue Sep 24 17:41:45 2002
@@ -12,23 +12,16 @@
  */
 
 #include <linux/config.h>
-#include <linux/fs.h>
-#include <linux/genhd.h>
-#include <linux/kernel.h>
-#include <linux/major.h>
-#include <linux/string.h>
-#include <linux/blk.h>
-#include <linux/slab.h>
+#include <linux/buffer_head.h>
 #include <linux/hdreg.h>
-#include <linux/ioctl.h>
-#include <linux/version.h>
+#include <linux/slab.h>
+#include <asm/dasd.h>
 #include <asm/ebcdic.h>
 #include <asm/uaccess.h>
-#include <asm/dasd.h>
+#include <asm/vtoc.h>
 
-#include "ibm.h"
 #include "check.h"
-#include <asm/vtoc.h>
+#include "ibm.h"
 
 /*
  * compute the block number from a

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Mon Sep 30 2002 - 22:00:19 EST