[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1387634226.7575.3.camel@oc7383187364.ibm.com>
Date: Sat, 21 Dec 2013 14:57:06 +0100
From: Frank Haverkamp <haver@...ux.vnet.ibm.com>
To: Wei Yongjun <weiyj.lk@...il.com>
Cc: gregkh@...uxfoundation.org, yongjun_wei@...ndmicro.com.cn,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH -next] misc: genwqe: remove unused including
<linux/version.h>
Hello Wei,
Am Samstag, den 21.12.2013, 17:23 +0800 schrieb Wei Yongjun:
> 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/misc/genwqe/card_sysfs.c | 1 -
> drivers/misc/genwqe/card_base.h | 1 -
> 2 files changed, 2 deletions(-)
>
> diff --git a/drivers/misc/genwqe/card_sysfs.c b/drivers/misc/genwqe/card_sysfs.c
> index a72a992..acd97f3 100644
> --- a/drivers/misc/genwqe/card_sysfs.c
> +++ b/drivers/misc/genwqe/card_sysfs.c
> @@ -24,7 +24,6 @@
> * debugging, please also see the debugfs interfaces of this driver.
> */
>
> -#include <linux/version.h>
> #include <linux/kernel.h>
> #include <linux/types.h>
> #include <linux/module.h>
>
> diff --git a/drivers/misc/genwqe/card_base.h b/drivers/misc/genwqe/card_base.h
> index 41953e3..f034bd7 100644
> --- a/drivers/misc/genwqe/card_base.h
> +++ b/drivers/misc/genwqe/card_base.h
> @@ -34,7 +34,6 @@
> #include <linux/semaphore.h>
> #include <linux/uaccess.h>
> #include <linux/io.h>
> -#include <linux/version.h>
> #include <linux/debugfs.h>
>
> #include <linux/genwqe/genwqe_card.h>
>
Thanks for removing the obsolete includes.
Acked-by: Frank Haverkamp <haver@...ux.vnet.ibm.com>
--
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