vlynq: includecheck fix: drivers/vlynq/vlynq.c
authorJaswinder Singh Rajput <[email protected]>
Tue, 22 Sep 2009 23:44:01 +0000 (16:44 -0700)
committerLinus 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

index f05d2a368367cca553c9da79e0949416ecba5c99..ba3d71f5c7d09a1464a3bfdaf09dc6bf646e80b0 100644 (file)
@@ -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>