From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-15.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1CEFDC432BE for ; Sat, 24 Jul 2021 20:31:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id F140760E09 for ; Sat, 24 Jul 2021 20:31:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229958AbhGXTvQ (ORCPT ); Sat, 24 Jul 2021 15:51:16 -0400 Received: from mga04.intel.com ([192.55.52.120]:35531 "EHLO mga04.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229570AbhGXTvN (ORCPT ); Sat, 24 Jul 2021 15:51:13 -0400 X-IronPort-AV: E=McAfee;i="6200,9189,10055"; a="210153128" X-IronPort-AV: E=Sophos;i="5.84,266,1620716400"; d="scan'208";a="210153128" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga104.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> 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) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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