diff options
author | Jesper Juhl <jesper.juhl@gmail.com> | 2007-10-17 02:26:21 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-17 11:42:48 -0400 |
commit | 3f1a4373e7863c320878322e68a45aa2b100b692 (patch) | |
tree | e7ebcb0304ed001429b8c60884001a692a7d9db9 /drivers/char/ppdev.c | |
parent | 4be28540ee2f5af6f21764cde25154208750611e (diff) |
Clean up duplicate includes in drivers/char/
This patch cleans up duplicate includes in
drivers/char/
Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
Cc: Richard Purdie <rpurdie@rpsys.net>
Cc: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/char/ppdev.c')
-rw-r--r-- | drivers/char/ppdev.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/char/ppdev.c b/drivers/char/ppdev.c index 84ac64fc48a1..efe2f5c55b91 100644 --- a/drivers/char/ppdev.c +++ b/drivers/char/ppdev.c | |||
@@ -66,7 +66,6 @@ | |||
66 | #include <linux/poll.h> | 66 | #include <linux/poll.h> |
67 | #include <linux/major.h> | 67 | #include <linux/major.h> |
68 | #include <linux/ppdev.h> | 68 | #include <linux/ppdev.h> |
69 | #include <linux/device.h> | ||
70 | #include <asm/uaccess.h> | 69 | #include <asm/uaccess.h> |
71 | 70 | ||
72 | #define PP_VERSION "ppdev: user-space parallel port driver" | 71 | #define PP_VERSION "ppdev: user-space parallel port driver" |