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/synclink.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/synclink.c')
-rw-r--r-- | drivers/char/synclink.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/char/synclink.c b/drivers/char/synclink.c index fdc256b380b8..905d1f51a7bf 100644 --- a/drivers/char/synclink.c +++ b/drivers/char/synclink.c | |||
@@ -81,13 +81,9 @@ | |||
81 | #include <linux/mm.h> | 81 | #include <linux/mm.h> |
82 | #include <linux/slab.h> | 82 | #include <linux/slab.h> |
83 | #include <linux/delay.h> | 83 | #include <linux/delay.h> |
84 | |||
85 | #include <linux/netdevice.h> | 84 | #include <linux/netdevice.h> |
86 | |||
87 | #include <linux/vmalloc.h> | 85 | #include <linux/vmalloc.h> |
88 | #include <linux/init.h> | 86 | #include <linux/init.h> |
89 | |||
90 | #include <linux/delay.h> | ||
91 | #include <linux/ioctl.h> | 87 | #include <linux/ioctl.h> |
92 | 88 | ||
93 | #include <asm/system.h> | 89 | #include <asm/system.h> |