All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] VLYNQ: includecheck fix: drivers/vlynq/vlynq.c
@ 2009-08-26 10:22 Florian Fainelli
  0 siblings, 0 replies; only message in thread
From: Florian Fainelli @ 2009-08-26 10:22 UTC (permalink / raw)
  To: akpm; +Cc: linux-kernel, Jaswinder Singh Rajput

From: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Subject: VLYNQ: includecheck fix: drivers/vlynq/vlynq.c

fix the following 'make includecheck' warning:

drivers/vlynq/vlynq.c: linux/device.h is included more than once.

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
---
diff --git a/drivers/vlynq/vlynq.c b/drivers/vlynq/vlynq.c
index f05d2a3..ba3d71f 100644
--- 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>
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2009-08-26 10:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-26 10:22 [PATCH] VLYNQ: includecheck fix: drivers/vlynq/vlynq.c Florian Fainelli

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.