Received: by 2002:a05:6a11:4021:0:0:0:0 with SMTP id ky33csp5209936pxb; Tue, 28 Sep 2021 13:02:09 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxd4srnd+uZQU1C3uM1jGNXVF6/GgU2he9/VqIIg5iDb2Uspo4pcTfNckvqInmFlqBcZ42f X-Received: by 2002:a05:6402:288f:: with SMTP id eg15mr9942029edb.356.1632859329706; Tue, 28 Sep 2021 13:02:09 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1632859329; cv=none; d=google.com; s=arc-20160816; b=CkzF54eCpIraz66RHmHIN8T1Xw9DNtG5RBUtPhdPAL54eUyxltuhj8Df0ZPD/om1Fc r2XwZo35v/C13SO9rNxc6VzAYtulLc/dz+96OnLLCOuaOwrHrG+XYf8U+34UHdbpdOvJ xaEYqZg+S0Q3sp/tOXJs4wbQqkSsHwsWGeuewMoQLtBrR1PLHaCV0PHuqWhrQ3FsthN9 wNBBmFen2K3Kj2qUMWlwPgV16j4kyHPkNJ4vYVYVoDIz2w9sPuu0Tffm9ISZjAQYAGfi MmgE1Vv07eUSSdQ3CN/lMPyEJMswg9OOLr/EIHxnrplVLPWqvjnq4kMKp2RAZiARv7iy PCTQ== 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=F1T+W4jZfBTVTMvXF6DbZWKZTiQjfilPXhUpsiLb5/g=; b=aiL+qePKk8cDcz8NiSOpBTZBQXF6YLH3oCViRvS5pxdmIasox/uo5hOgwjzYJbSq0a UNK05RrxO/r+jefclV0GisvkarEXAUni0BO0MKqnOCmWcJrIdReSdhXeLlqvqr1sfeRR BLAk49O5PcAlemO/gQyLQe667ZyWdZnxClcyUGYNpH0CGakuASR2tfuUFCNtDIbCa5hr +Wn95WZXOifEqIYEowDL7n7zZsc+i3xuBVZOaBFmU+AulEgA92xa/R+Tgq5kaV6lC9RM 7Oh+YQRx14xRlhYTGB2Awtk8k7QYCSYKPfyGScbrQX7kTIWpC6vHtTaZyni1rzjeOo6m 8FVg== 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 dk9si20416edb.143.2021.09.28.13.01.41; Tue, 28 Sep 2021 13:02:09 -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 S242606AbhI1UCE convert rfc822-to-8bit (ORCPT + 99 others); Tue, 28 Sep 2021 16:02:04 -0400 Received: from mail1.shanghaitech.edu.cn ([119.78.254.90]:44433 "EHLO mail.shanghaitech.edu.cn" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S242604AbhI1UCD (ORCPT ); Tue, 28 Sep 2021 16:02:03 -0400 Received: from [10.15.44.215] by mail.shanghaitech.edu.cn with MESSAGESEC ESMTP id 456895203431526; Wed, 29 Sep 2021 04:00: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 04:00:16 +0800 From: Mianhan Liu To: Marcel Holtmann , Johan Hedberg , Luiz Augusto von Dentz CC: , , Mianhan Liu Subject: [PATCH -next] ./drivers/bluetooth/btrsi.c: remove superfluous header files from btrsi.c Date: Wed, 29 Sep 2021 03:59:54 +0800 Message-ID: <20210928195954.19629-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 btrsi.c hasn't use any macro or function declared in net/genetlink.h. Thus, these files can be removed from btrsi.c safely without affecting the compilation of the ./drivers/bluetooth module Signed-off-by: Mianhan Liu --- drivers/bluetooth/btrsi.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/bluetooth/btrsi.c b/drivers/bluetooth/btrsi.c index 8646b6dd1..634cf8f5e 100644 --- a/drivers/bluetooth/btrsi.c +++ b/drivers/bluetooth/btrsi.c @@ -19,7 +19,6 @@ #include #include #include -#include #define RSI_DMA_ALIGN 8 #define RSI_FRAME_DESC_SIZE 16 -- 2.25.1