Skip to content

Commit

Permalink
[PATCH] usb serial: remove redundant include
Browse files Browse the repository at this point in the history
remove redundant include

Signed-off-by: Nicolas Kaiser <nikai@nikai.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Nicolas Kaiser authored and Linus Torvalds committed Nov 24, 2005
1 parent 8dd396e commit 569cfaa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/usb/serial/ipw.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
#include <linux/module.h>
#include <linux/spinlock.h>
#include <linux/usb.h>
#include <linux/usb.h>
#include <asm/uaccess.h>
#include "usb-serial.h"

Expand Down

0 comments on commit 569cfaa

Please sign in to comment.