[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1239748253-2180-1-git-send-email-weiyi.huang@gmail.com>
Date: Wed, 15 Apr 2009 06:30:53 +0800
From: Huang Weiyi <weiyi.huang@...il.com>
To: gregkh@...e.de
Cc: linux-kernel@...r.kernel.org, Huang Weiyi <weiyi.huang@...il.com>
Subject: [PATCH 2/2] Staging: b3dfg: remove unused #include <linux/version.h>
Remove unused #include <linux/version.h> in drivers/staging/b3dfg/b3dfg.c.
Signed-off-by: Huang Weiyi <weiyi.huang@...il.com>
---
drivers/staging/b3dfg/b3dfg.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/drivers/staging/b3dfg/b3dfg.c b/drivers/staging/b3dfg/b3dfg.c
index 75ebe33..ddade6c 100644
--- a/drivers/staging/b3dfg/b3dfg.c
+++ b/drivers/staging/b3dfg/b3dfg.c
@@ -35,7 +35,6 @@
#include <linux/poll.h>
#include <linux/wait.h>
#include <linux/mm.h>
-#include <linux/version.h>
#include <linux/uaccess.h>
static unsigned int b3dfg_nbuf = 2;
--
1.6.1.2
--
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