From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 99701173 for ; Sat, 24 Jul 2021 20:41:50 +0000 (UTC) X-IronPort-AV: E=McAfee;i="6200,9189,10055"; a="233889888" X-IronPort-AV: E=Sophos;i="5.84,266,1620716400"; d="scan'208";a="233889888" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Jul 2021 12:34:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.84,266,1620716400"; d="scan'208";a="514947960" Received: from lkp-server01.sh.intel.com (HELO d053b881505b) ([10.239.97.150]) by fmsmga002.fm.intel.com with ESMTP; 24 Jul 2021 12:34:19 -0700 Received: from kbuild by d053b881505b with local (Exim 4.92) (envelope-from ) id 1m7NPf-0003jP-58; Sat, 24 Jul 2021 19:34:19 +0000 Date: Sun, 25 Jul 2021 03:33:42 +0800 From: kernel test robot To: Phillip Potter , gregkh@linuxfoundation.org Cc: kbuild-all@lists.01.org, Larry.Finger@lwfinger.net, dan.carpenter@oracle.com, linux-kernel@vger.kernel.org, linux-staging@lists.linux.dev, fabioaiuto83@gmail.com Subject: [RFC PATCH] staging: r8188eu: fix duplicated inclusion Message-ID: <20210724193342.GA48933@bae70569432a> References: <20210724001055.1613840-5-phil@philpotter.co.uk> Precedence: bulk X-Mailing-List: linux-staging@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210724001055.1613840-5-phil@philpotter.co.uk> X-Patchwork-Hint: ignore drivers/staging/r8188eu/os_dep/os_intfs.c: linux/version.h is included more than once. User-Agent: Mutt/1.10.1 (2018-07-13) Generated by: scripts/checkincludes.pl Reported-by: kernel test robot Signed-off-by: kernel test robot --- os_intfs.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/r8188eu/os_dep/os_intfs.c b/drivers/staging/r8188eu/os_dep/os_intfs.c index 8c8ef9063b0c21..1ed4b44aacaed7 100644 --- a/drivers/staging/r8188eu/os_dep/os_intfs.c +++ b/drivers/staging/r8188eu/os_dep/os_intfs.c @@ -19,7 +19,6 @@ ******************************************************************************/ #define _OS_INTFS_C_ -#include #include #include #include