[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAM0nabF3Bzw9mE39m605WA+pg8q2s_xAA2iTa44t-Q8fiz0UKA@mail.gmail.com>
Date: Fri, 15 Mar 2013 16:21:30 -0500
From: Kent Yoder <shpedoikal@...il.com>
To: Wei Yongjun <weiyj.lk@...il.com>
Cc: key@...ux.vnet.ibm.com, mail@...jiv.net, tpmdd@...horst.net,
tpmdd@...rix.com, yongjun_wei@...ndmicro.com.cn,
tpmdd-devel@...ts.sourceforge.net, linux-kernel@...r.kernel.org
Subject: Re: [PATCH -next] char/tpm/tpm_i2c_stm_st33: remove duplicated
include from tpm_i2c_stm_st33.c
On Mon, Mar 11, 2013 at 9:20 AM, Wei Yongjun <weiyj.lk@...il.com> wrote:
> From: Wei Yongjun <yongjun_wei@...ndmicro.com.cn>
>
> Remove duplicated include.
HI Wei, thanks for the patch. I've already staged the same patch for
inclusion in the next pull request for TPM drivers here:
https://github.com/shpedoikal/linux/commit/6c09a9f5fcb3955afbae2e5a279c5d23481aab77
Thanks,
Kent
> Signed-off-by: Wei Yongjun <yongjun_wei@...ndmicro.com.cn>
> ---
> drivers/char/tpm/tpm_i2c_stm_st33.c | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/drivers/char/tpm/tpm_i2c_stm_st33.c b/drivers/char/tpm/tpm_i2c_stm_st33.c
> index 1f5f71e..4e42c62 100644
> --- a/drivers/char/tpm/tpm_i2c_stm_st33.c
> +++ b/drivers/char/tpm/tpm_i2c_stm_st33.c
> @@ -36,7 +36,6 @@
> #include <linux/i2c.h>
> #include <linux/fs.h>
> #include <linux/miscdevice.h>
> -#include <linux/module.h>
> #include <linux/kernel.h>
> #include <linux/delay.h>
> #include <linux/init.h>
> @@ -50,7 +49,6 @@
> #include <linux/uaccess.h>
> #include <linux/io.h>
> #include <linux/slab.h>
> -#include <linux/sched.h>
>
> #include "tpm.h"
> #include "tpm_i2c_stm_st33.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/
--
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