From patchwork Tue Sep 28 19:51:08 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mianhan Liu X-Patchwork-Id: 12523763 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A84E0C433F5 for ; Tue, 28 Sep 2021 20:06:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9202B6108F for ; Tue, 28 Sep 2021 20:06:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242583AbhI1UIO convert rfc822-to-8bit (ORCPT ); Tue, 28 Sep 2021 16:08:14 -0400 Received: from mail1.shanghaitech.edu.cn ([119.78.254.90]:44395 "EHLO mail.shanghaitech.edu.cn" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S242563AbhI1UIO (ORCPT ); Tue, 28 Sep 2021 16:08:14 -0400 Received: from [10.15.44.215] by mail.shanghaitech.edu.cn with MESSAGESEC ESMTP id 456895203431526; Wed, 29 Sep 2021 03:51:16 +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:51:16 +0800 From: Mianhan Liu To: Marcel Holtmann , Johan Hedberg , Luiz Augusto von Dentz CC: , , Mianhan Liu Subject: [PATCH -next] ./drivers/bluetooth/bcm203x.c: remove superfluous header files from bcm203x.c Date: Wed, 29 Sep 2021 03:51:08 +0800 Message-ID: <20210928195108.17405-1-liumh1@shanghaitech.edu.cn> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-Originating-IP: [10.15.44.220] Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org bcm203x.c hasn't use any macro or function declared in linux/atomic.h. Thus, these files can be removed from bcm203x.c safely without affecting the compilation of the ./drivers/bluetooth module Signed-off-by: Mianhan Liu --- drivers/bluetooth/bcm203x.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/bluetooth/bcm203x.c b/drivers/bluetooth/bcm203x.c index e667933c3..c738ad040 100644 --- a/drivers/bluetooth/bcm203x.c +++ b/drivers/bluetooth/bcm203x.c @@ -9,7 +9,6 @@ #include -#include #include #include #include