Commit e1d8d04d authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] kill superflous kdev_t.h inclusions

From: Christoph Hellwig <hch@lst.de>

now that kdev_t is gone very few places needs this still, the only header
of those beeing fs.h
parent 4e37508f
......@@ -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>
......
......@@ -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;
......
......@@ -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>
......
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment