Received: by 2002:a05:6a11:4021:0:0:0:0 with SMTP id ky33csp5216020pxb; Tue, 28 Sep 2021 13:10:47 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxP/hHNs/lmQ2dvBNlj3b897BitSpMgE296lDAMrfWJNxWc8fbHm/At8+OiDt0h+/E3sfTG X-Received: by 2002:a17:906:32c9:: with SMTP id k9mr9162599ejk.218.1632859847155; Tue, 28 Sep 2021 13:10:47 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1632859847; cv=none; d=google.com; s=arc-20160816; b=sSgcQxksxkxZmApk4x5Ge0yqe79MKWkNrxaQqlsnc/fRYEFO44Z3PFxrczKyshGBEE H6232ACyLZezvT4DWkS8Xt2h69dKb4b+3EPsrFawER0c7c3bimWJZb9Tsq+3Tq4q4AxF LY6iwbsvy2Ma2oJus/mp1RgfK9acVs1/d/PMyl0S1UJ3Sxd1tP9jnhh/hwHWMczlbdPx aAtD4UCHci4+/kw8bshYrzKdBjq4THjy+MLm+3FXCwm706GpdCw3a8L2I9LaGr/j9f4U ZjS8CSny2Ku5s+0CF5BCF7QhHF/m4RQsxN7Yfu3D5gUIo+Ge2PTJq4ElF1ohYC7YjjVn Wt4A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=QAGsOEIYzGcIZggCPuj4Bqy4NhLU5k4Hto/rQ3yKK0w=; b=0X1pwJMpLBQY+OcKyToXqwhuYcSG7DnDSnJZd0rW27HYeO7DH8NVzE82aMrAERvSoW a8/qER6Ky6VI1rtFzmC3zitMkog02R8vyby8ofrZKukJn6sLlaiMtxMN3BAr11iR2IQF McHB9jkl8V4j7p01Vtc4dAtcBdxahTIDWwrX2KJ9P2krWKyDCRwO3QqnV2ta+3HlheE7 4VaYi0o7VBn7AKe5MLWAj85gtQSrWNhUFf8KPASFq0Gn36TLMZJvORgWITEBK8lBksKV S8YtS+xG0kpi6ts6y4WEAesnpbsfuRdHi3kKQV+Yv4ZF+eouo+6u0+xgn4ZMY9nxVRKu lRsw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-bluetooth-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org; dmarc=fail (p=NONE sp=QUARANTINE dis=NONE) header.from=shanghaitech.edu.cn Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id d19si34557edn.202.2021.09.28.13.10.18; Tue, 28 Sep 2021 13:10:47 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-bluetooth-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-bluetooth-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org; dmarc=fail (p=NONE sp=QUARANTINE dis=NONE) header.from=shanghaitech.edu.cn Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242696AbhI1UKo convert rfc822-to-8bit (ORCPT + 99 others); Tue, 28 Sep 2021 16:10:44 -0400 Received: from mail.shanghaitech.edu.cn ([119.78.254.11]:7418 "EHLO mail.shanghaitech.edu.cn" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242679AbhI1UK2 (ORCPT ); Tue, 28 Sep 2021 16:10:28 -0400 X-Greylist: delayed 677 seconds by postgrey-1.27 at vger.kernel.org; Tue, 28 Sep 2021 16:10:25 EDT Received: from [10.15.44.215] by mail.shanghaitech.edu.cn with MESSAGESEC ESMTP id 480409496331105; Wed, 29 Sep 2021 04:08:24 +0800 (CST) Received: from DESKTOP-FOJ6ELG.localdomain (10.15.44.220) by smtp.shanghaitech.edu.cn (10.15.44.215) with Microsoft SMTP Server (TLS) id 14.3.399.0; Wed, 29 Sep 2021 04:08:22 +0800 From: Mianhan Liu To: Andy Gross , Bjorn Andersson , Marcel Holtmann , Johan Hedberg , Luiz Augusto von Dentz CC: , , , Mianhan Liu Subject: [PATCH -next -v2] ./drivers/bluetooth/btqcomsmd.c: remove superfluous header files from btqcomsmd.c Date: Wed, 29 Sep 2021 04:08:11 +0800 Message-ID: <20210928200811.22059-1-liumh1@shanghaitech.edu.cn> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT Content-Type: text/plain X-Originating-IP: [10.15.44.220] Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org btqcomsmd.c hasn't use any macro or function declared in linux/of.h and linux/slab.h. Thus, these files can be removed from btqcomsmd.c safely without affecting the compilation of the ./drivers/bluetooth module Signed-off-by: Mianhan Liu --- drivers/bluetooth/btqcomsmd.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/bluetooth/btqcomsmd.c b/drivers/bluetooth/btqcomsmd.c index 2acb719e5..e556d96a4 100644 --- a/drivers/bluetooth/btqcomsmd.c +++ b/drivers/bluetooth/btqcomsmd.c @@ -5,9 +5,7 @@ */ #include -#include #include -#include #include #include -- 2.25.1