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:
945ffe5
)
vlynq: includecheck fix: drivers/vlynq/vlynq.c
author
Jaswinder Singh Rajput
<
[email protected]
>
Tue, 22 Sep 2009 23:44:01 +0000
(16:44 -0700)
committer
Linus Torvalds
<
[email protected]
>
Wed, 23 Sep 2009 14:39:30 +0000
(07:39 -0700)
Fix the following 'make includecheck' warning:
drivers/vlynq/vlynq.c: linux/device.h is included more than once.
Signed-off-by: Jaswinder Singh Rajput <
[email protected]
>
Signed-off-by: Florian Fainelli <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
drivers/vlynq/vlynq.c
patch
|
blob
|
history
diff --git
a/drivers/vlynq/vlynq.c
b/drivers/vlynq/vlynq.c
index f05d2a368367cca553c9da79e0949416ecba5c99..ba3d71f5c7d09a1464a3bfdaf09dc6bf646e80b0 100644
(file)
--- a/
drivers/vlynq/vlynq.c
+++ b/
drivers/vlynq/vlynq.c
@@
-28,7
+28,6
@@
#include <linux/errno.h>
#include <linux/platform_device.h>
#include <linux/interrupt.h>
-#include <linux/device.h>
#include <linux/delay.h>
#include <linux/io.h>