From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============8925998511121256718==" MIME-Version: 1.0 From: kernel test robot To: kbuild-all@lists.01.org Subject: [RFC PATCH shenki] tpm: tpm_tis: fix duplicated inclusion Date: Wed, 19 May 2021 16:40:04 +0800 Message-ID: <20210519084004.GX2687475@shao2-debian> In-Reply-To: <20210519083904.GW2687475@shao2-debian> List-Id: --===============8925998511121256718== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable drivers/char/tpm/tpm_tis_i2c.c: linux/module.h is included more than once. Generated by: scripts/checkincludes.pl Reported-by: kernel test robot Signed-off-by: kernel test robot --- tpm_tis_i2c.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/char/tpm/tpm_tis_i2c.c b/drivers/char/tpm/tpm_tis_i2c.c index 83c0b3ae50393..2edc3a830828f 100644 --- a/drivers/char/tpm/tpm_tis_i2c.c +++ b/drivers/char/tpm/tpm_tis_i2c.c @@ -10,7 +10,6 @@ */ = #include -#include #include #include #include --===============8925998511121256718==--