[<prev] [next>] [day] [month] [year] [list]
Message-Id: <200908261222.14343.florian@openwrt.org>
Date: Wed, 26 Aug 2009 12:22:11 +0200
From: Florian Fainelli <florian@...nwrt.org>
To: akpm@...ux-foundation.org
Cc: linux-kernel@...r.kernel.org,
Jaswinder Singh Rajput <jaswinderrajput@...il.com>
Subject: [PATCH] VLYNQ: includecheck fix: drivers/vlynq/vlynq.c
From: Jaswinder Singh Rajput <jaswinderrajput@...il.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@...il.com>
Signed-off-by: Florian Fainelli <florian@...nwrt.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>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists