Received: by 2002:a05:6a11:4021:0:0:0:0 with SMTP id ky33csp5208493pxb; Tue, 28 Sep 2021 13:00:24 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwFKPGod85kdkPU7kIac67QlYIj9wTtIurbZDOIEMIqsbqpf1D51n57ihAywjsLBOuL4BWa X-Received: by 2002:a50:bf02:: with SMTP id f2mr2939466edk.226.1632859224327; Tue, 28 Sep 2021 13:00:24 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1632859224; cv=none; d=google.com; s=arc-20160816; b=Xrhoykrtbxkg5nd4Ya2hOyP+Zoo2ywMU96jxoVhdrVdTwdI610GmEPEUXmpU4xRgH5 iVF7nFSfZkHTyBdR2ZKmwutWYidjGZBWkrHhBRSCYEI4pgIaw4qkqlDe43qY9EmsrsUP rnl6EqehiOCCzF5EBVyHd1X4JglIYZSD0/JA8RcjC64OBdiTEhswA5E7nfpQFOmZe1QD JsGXyFc/dtkWiUCMnJzBTRoEi55O+ATQjNePbokcllqlPSkNvgsCfKlgd+CWSVcgrbWE dC4YVcZagzw/LB6e1lMcoNANwF3xCgzZaDgDGyNA2l2OWN4S4kpOVBNB76iahVmlD+VM XNJw== 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=tmfzAXu3A03IW7vz9cZprxt/hySFKFsNnnoF4bHqlmY=; b=diA6MJZ46HSSHHrAFvZAO/9R6xVUY+ZgmrsQEc1pD6IlOsSHUjW4IiRxoeAL6wj+sj oQPmmYR2wPdJ9yeaYOVLowBKWSsOS19u4eanhSMhONjbNfSJ4xnLGx/+ZkmBdvGtPO3N ibRF6FMXT2pe0J92w/Bd4wNpNtAy2E1VV04pWUESBEjW2wHg9MqyLpPla0ikx300As3P +RDacKaUnEP+WgtQcaslO1erfGsvFZiJfBsn0yV/BqEtsfgkpfFXn0a5I12vw2HR7JOd hFIKtjDdp1TgMNir+MGgD5ePp+gGgTuSzEw6wD1yJsxVnDnIZAwpbSMDRX2V/nBB7H8E V9fA== 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 r24si10519ejy.194.2021.09.28.12.59.17; Tue, 28 Sep 2021 13:00:24 -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 S242534AbhI1T7H convert rfc822-to-8bit (ORCPT + 99 others); Tue, 28 Sep 2021 15:59:07 -0400 Received: from mail.shanghaitech.edu.cn ([119.78.254.11]:11895 "EHLO mail.shanghaitech.edu.cn" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242525AbhI1T7H (ORCPT ); Tue, 28 Sep 2021 15:59:07 -0400 X-Greylist: delayed 567 seconds by postgrey-1.27 at vger.kernel.org; Tue, 28 Sep 2021 15:59:07 EDT Received: from [10.15.44.215] by mail.shanghaitech.edu.cn with MESSAGESEC ESMTP id 480409496331105; Wed, 29 Sep 2021 03:57:08 +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 03:57:08 +0800 From: Mianhan Liu To: Andy Gross , Bjorn Andersson , Marcel Holtmann , Johan Hedberg , Luiz Augusto von Dentz CC: , , , Mianhan Liu Subject: [PATCH] ./drivers/bluetooth/btqcomsmd.c: remove superfluous header files from btqcomsmd.c Date: Wed, 29 Sep 2021 03:56:59 +0800 Message-ID: <20210928195659.18645-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 btqca.h, 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 --- drivers/bluetooth/btqcomsmd.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/bluetooth/btqcomsmd.c b/drivers/bluetooth/btqcomsmd.c index 2acb719e5..0fcb423c4 100644 --- a/drivers/bluetooth/btqcomsmd.c +++ b/drivers/bluetooth/btqcomsmd.c @@ -5,9 +5,7 @@ */ #include -#include #include -#include #include #include @@ -15,7 +13,6 @@ #include #include -#include "btqca.h" struct btqcomsmd { struct hci_dev *hdev; -- 2.25.1