From 4d0091523b3f697f4a27aa02432ac3d86b2400ed Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Wed, 23 Apr 2003 04:27:54 -0700 Subject: [PATCH] don't include devfs_fs_kernel.h in global headers Now that devfs_handle_t is gone from all structs there is no reason to include it in headers. Fix the fallout by including previously implicit headers and fixing the drivers that didn't include devfs_fs_kernel.h explicitly. --- include/linux/miscdevice.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/linux/miscdevice.h') diff --git a/include/linux/miscdevice.h b/include/linux/miscdevice.h index c8b70414ebf6..159f8ab3df80 100644 --- a/include/linux/miscdevice.h +++ b/include/linux/miscdevice.h @@ -1,8 +1,6 @@ #ifndef _LINUX_MISCDEVICE_H #define _LINUX_MISCDEVICE_H -#include - #define BUSMOUSE_MINOR 0 #define PSMOUSE_MINOR 1 #define MS_BUSMOUSE_MINOR 2 -- cgit v1.2.3