projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b34d891
)
n_gsm.c: removed duplicated #includes
author
Andrea Gelmini
<andrea.gelmini@gelma.net>
Sun, 23 May 2010 19:48:24 +0000
(21:48 +0200)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 10 Aug 2010 20:47:38 +0000
(13:47 -0700)
drivers/char/n_gsm.c: linux/timer.h is included more than once.
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/char/n_gsm.c
patch
|
blob
|
history
diff --git
a/drivers/char/n_gsm.c
b/drivers/char/n_gsm.c
index e4089c432f15fea5964418cdf8d765e47f39bb50..099105e0894eb2f9ed97a784a18118a7e6d4df74 100644
(file)
--- a/
drivers/char/n_gsm.c
+++ b/
drivers/char/n_gsm.c
@@
-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>