[<prev] [next>] [day] [month] [year] [list]
Message-ID: <CAPgLHd-yAo9T71QK4YGzV_C_g6Pw2xsfXH4zus==ez=mbr6aFw@mail.gmail.com>
Date: Mon, 11 Mar 2013 22:18:39 +0800
From: Wei Yongjun <weiyj.lk@...il.com>
To: josh.h.morris@...ibm.com, pjk1939@...ux.vnet.ibm.com
Cc: yongjun_wei@...ndmicro.com.cn, linux-kernel@...r.kernel.org
Subject: [PATCH -next] block: rsxx: remove unused including <linux/version.h>
From: Wei Yongjun <yongjun_wei@...ndmicro.com.cn>
Remove including <linux/version.h> that don't need it.
Signed-off-by: Wei Yongjun <yongjun_wei@...ndmicro.com.cn>
---
drivers/block/rsxx/rsxx_priv.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/block/rsxx/rsxx_priv.h b/drivers/block/rsxx/rsxx_priv.h
index a1ac907..7554e9a 100644
--- a/drivers/block/rsxx/rsxx_priv.h
+++ b/drivers/block/rsxx/rsxx_priv.h
@@ -25,7 +25,6 @@
#ifndef __RSXX_PRIV_H__
#define __RSXX_PRIV_H__
-#include <linux/version.h>
#include <linux/semaphore.h>
#include <linux/fs.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