From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) (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 AC5603486 for ; Sat, 31 Jul 2021 12:19:34 +0000 (UTC) X-IronPort-AV: E=McAfee;i="6200,9189,10061"; a="213222566" X-IronPort-AV: E=Sophos;i="5.84,284,1620716400"; d="scan'208";a="213222566" Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Jul 2021 05:19:33 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.84,284,1620716400"; d="scan'208";a="665454385" Received: from lkp-server01.sh.intel.com (HELO d053b881505b) ([10.239.97.150]) by fmsmga006.fm.intel.com with ESMTP; 31 Jul 2021 05:19:31 -0700 Received: from kbuild by d053b881505b with local (Exim 4.92) (envelope-from ) id 1m9nxi-000B7x-BW; Sat, 31 Jul 2021 12:19:30 +0000 Date: Sat, 31 Jul 2021 20:18:43 +0800 From: kernel test robot To: Greg Kroah-Hartman Cc: kbuild-all@lists.01.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, Larry Finger , Phillip Potter , Michael Straube , linux-staging@lists.linux.dev Subject: [RFC PATCH staging] staging: r8188eu: fix duplicated inclusion Message-ID: <20210731121843.GA54722@fdce12c5ae77> References: <202107312004.g8f9buXX-lkp@intel.com> 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: <202107312004.g8f9buXX-lkp@intel.com> X-Patchwork-Hint: ignore drivers/staging/r8188eu/os_dep/ioctl_linux.c: ../include/rtw_android.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 --- ioctl_linux.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/r8188eu/os_dep/ioctl_linux.c b/drivers/staging/r8188eu/os_dep/ioctl_linux.c index ffce43f99dd60..3bcb139757f6d 100644 --- a/drivers/staging/r8188eu/os_dep/ioctl_linux.c +++ b/drivers/staging/r8188eu/os_dep/ioctl_linux.c @@ -5587,7 +5587,6 @@ static int rtw_hostapd_ioctl(struct net_device *dev, struct iw_point *p) } #endif -#include "../include/rtw_android.h" static int rtw_wx_set_priv(struct net_device *dev, struct iw_request_info *info, union iwreq_data *awrq,