diff options
| author | Christoph Hellwig <hch@lst.de> | 2003-04-23 04:27:54 -0700 |
|---|---|---|
| committer | Christoph Hellwig <hch@lst.de> | 2003-04-23 04:27:54 -0700 |
| commit | 4d0091523b3f697f4a27aa02432ac3d86b2400ed (patch) | |
| tree | 5db392acfac49fb76993ffd4488921e3af887d75 /drivers/input/joydev.c | |
| parent | a7fe32f7a98f83218f85b2196fed0485f1d5dc22 (diff) | |
[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.
Diffstat (limited to 'drivers/input/joydev.c')
| -rw-r--r-- | drivers/input/joydev.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/joydev.c b/drivers/input/joydev.c index 5854c8c201aa..764ae687eb43 100644 --- a/drivers/input/joydev.c +++ b/drivers/input/joydev.c @@ -26,6 +26,7 @@ #include <linux/init.h> #include <linux/smp_lock.h> #include <linux/device.h> +#include <linux/devfs_fs_kernel.h> MODULE_AUTHOR("Vojtech Pavlik <vojtech@ucw.cz>"); MODULE_DESCRIPTION("Joystick device interfaces"); |
