[PATCH] Add <linux/kdev_t.h> to <linux/bio.h>

Tom Rini (trini@kernel.crashing.org)
Wed, 5 Jun 2002 16:22:20 -0700


The following add <linux/kdev_t.h> to <linux/bio.h>.

This is needed since bio_ioctl takes a kdev_t for its first argument.

-- 
Tom Rini (TR1265)
http://gate.crashing.org/~trini/

===== include/linux/bio.h 1.13 vs edited ===== --- 1.13/include/linux/bio.h Wed Apr 24 13:00:40 2002 +++ edited/include/linux/bio.h Wed Jun 5 16:20:06 2002 @@ -20,6 +20,7 @@ #ifndef __LINUX_BIO_H #define __LINUX_BIO_H +#include <linux/kdev_t.h> /* Platforms may set this to teach the BIO layer about IOMMU hardware. */ #include <asm/io.h> #ifndef BIO_VMERGE_BOUNDARY - 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/