[PATCH] kill superflous kdev_t.h inclusions

From: Christoph Hellwig
Date: Sat Sep 20 2003 - 08:28:45 EST


now that kdev_t is gone very few places needs this still, the only
header of those beeing fs.h


--- 1.33/include/linux/bio.h Fri Jul 25 20:09:32 2003
+++ edited/include/linux/bio.h Fri Sep 19 12:09:17 2003
@@ -20,7 +20,6 @@
#ifndef __LINUX_BIO_H
#define __LINUX_BIO_H

-#include <linux/kdev_t.h>
#include <linux/highmem.h>
#include <linux/mempool.h>

--- 1.8/include/linux/console.h Mon May 26 08:17:30 2003
+++ edited/include/linux/console.h Fri Sep 19 12:09:11 2003
@@ -15,7 +15,6 @@
#define _LINUX_CONSOLE_H_ 1

#include <linux/types.h>
-#include <linux/kdev_t.h>
#include <linux/spinlock.h>

struct vc_data;
--- 1.46/include/linux/devfs_fs_kernel.h Tue May 13 06:23:09 2003
+++ edited/include/linux/devfs_fs_kernel.h Fri Sep 19 12:09:05 2003
@@ -4,7 +4,6 @@
#include <linux/fs.h>
#include <linux/config.h>
#include <linux/spinlock.h>
-#include <linux/kdev_t.h>
#include <linux/types.h>

#include <asm/semaphore.h>
--- 1.77/include/linux/swap.h Thu May 8 06:19:58 2003
+++ edited/include/linux/swap.h Fri Sep 19 12:08:58 2003
@@ -3,7 +3,6 @@

#include <linux/config.h>
#include <linux/spinlock.h>
-#include <linux/kdev_t.h>
#include <linux/linkage.h>
#include <linux/mmzone.h>
#include <linux/list.h>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/