linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] 2.5.40 s390 (5/27): ibm partition.
@ 2002-10-04 14:26 Martin Schwidefsky
  0 siblings, 0 replies; only message in thread
From: Martin Schwidefsky @ 2002-10-04 14:26 UTC (permalink / raw)
  To: linux-kernel, torvalds

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 


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-10-04 17:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-04 14:26 [PATCH] 2.5.40 s390 (5/27): ibm partition Martin Schwidefsky

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).