[PATCH] 2.5.39 s390 (5/26): ibm partition.

Martin Schwidefsky (schwidefsky@de.ibm.com)
Mon, 30 Sep 2002 14:52:23 +0200


Correct includes in ibm.c to make it compile.

diff -urN linux-2.5.39/fs/partitions/ibm.c linux-2.5.39-s390/fs/partitions/ibm.c
--- linux-2.5.39/fs/partitions/ibm.c Fri Sep 27 23:50:58 2002
+++ linux-2.5.39-s390/fs/partitions/ibm.c Mon Sep 30 13:25:30 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/