diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2005-06-21 00:15:16 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-06-26 15:25:08 -0400 |
commit | ff23eca3e8f613034e0d20ff86f6a89b62f5a14e (patch) | |
tree | 826285f5daa660001d38cac6baaf34411fd40131 /net/irda/irnet | |
parent | 8ab5e4c15b53e147c08031a959d9f776823dbe73 (diff) |
[PATCH] devfs: Remove the devfs_fs_kernel.h file from the tree
Also fixes up all files that #include it.
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'net/irda/irnet')
-rw-r--r-- | net/irda/irnet/irnet.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/irda/irnet/irnet.h b/net/irda/irnet/irnet.h index e4fe1e80029c..ad6caba02a7b 100644 --- a/net/irda/irnet/irnet.h +++ b/net/irda/irnet/irnet.h | |||
@@ -244,7 +244,6 @@ | |||
244 | #include <linux/skbuff.h> | 244 | #include <linux/skbuff.h> |
245 | #include <linux/tty.h> | 245 | #include <linux/tty.h> |
246 | #include <linux/proc_fs.h> | 246 | #include <linux/proc_fs.h> |
247 | #include <linux/devfs_fs_kernel.h> | ||
248 | #include <linux/netdevice.h> | 247 | #include <linux/netdevice.h> |
249 | #include <linux/miscdevice.h> | 248 | #include <linux/miscdevice.h> |
250 | #include <linux/poll.h> | 249 | #include <linux/poll.h> |