[PATCH] 2.5.40 s390 (5/27): ibm partition.

Martin Schwidefsky (schwidefsky@de.ibm.com)
Fri, 4 Oct 2002 16:26:27 +0200


Correct includes in ibm.c to make it compile.

diff -urN linux-2.5.40/fs/partitions/ibm.c linux-2.5.40-s390/fs/partitions/ibm.c
--- linux-2.5.40/fs/partitions/ibm.c Tue Oct 1 09:07:45 2002
+++ linux-2.5.40-s390/fs/partitions/ibm.c Fri Oct 4 16:14:59 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/