Skip to content

Commit

Permalink
n_gsm.c: removed duplicated #includes
Browse files Browse the repository at this point in the history
drivers/char/n_gsm.c: linux/timer.h is included more than once.

Signed-off-by: Andrea Gelmini <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
Gelma authored and gregkh committed Aug 10, 2010
1 parent b34d891 commit ea5d023
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/char/n_gsm.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
#include <linux/sched.h>
#include <linux/interrupt.h>
#include <linux/tty.h>
#include <linux/timer.h>
#include <linux/ctype.h>
#include <linux/mm.h>
#include <linux/string.h>
Expand Down

0 comments on commit ea5d023

Please sign in to comment.