Received: by 2002:a05:6358:f14:b0:e5:3b68:ec04 with SMTP id b20csp6745987rwj; Wed, 21 Dec 2022 21:12:29 -0800 (PST) X-Google-Smtp-Source: AMrXdXufo2MYYhv2ufm/s6CPul9kG3R4/cEHc1wXMBjZR+syuhq1SOt0HZrLZxF24khC3VMsIIYi X-Received: by 2002:a05:6402:13c4:b0:46a:be66:c0e2 with SMTP id a4-20020a05640213c400b0046abe66c0e2mr3664716edx.28.1671685948934; Wed, 21 Dec 2022 21:12:28 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1671685948; cv=none; d=google.com; s=arc-20160816; b=bUj4O9WVTgky6fGOMlWe0FOu+jutlo8FXpGFfieCXFeoCInC4m/lzZG6xLLDfWDKG2 JPJnkfazNVmojvHdUOvLm44tUx8CQuvG/18s4pkfgPY5eXoAatM/bwP9XIChPvjGd7zD wzgEvrbSniqB4RQ3Q0datTi3UJ11FOXioTsxMsZTAtRPJ2tSdFxAgjtpG17o02fnAHN+ oNkx+hJlSUZT0J4yXqKYyEE9IaW5uTDK5yirzvTA+KACoX/IAYoxkJQY+TXnThOmOI9w TilWzs1sax/ynHys4zfuEZb1VVbYWTDl6ezvhhczTwNQb9IVFEcgGmFKMRCUBLzAD2fd pWpg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:cc:to:in-reply-to:references:message-id :content-transfer-encoding:mime-version:subject:date:dkim-signature :from; bh=kngOKunYlTEn/5M8DJnKk2rlikKFLTIul0XejaAdECY=; b=wE7d+RUrEk5heA40b4B7d1Uiu9Fn050I6Pid8Zvdo5u9D/idPuqMP512eRQ4oyIU4W z+SHKHuGzYxL+FaWQLw5fnDhESVrqIonFhOYcrJ7WWKNvaCgPBdLktPq0tGU4Qbs3lv7 nxV28lrxCyI1FjX7orjbCv5+6A62khse3ZMsGPJMqoz/2Z/9KYxyxR6vg5ihhy7N67NQ iaKO4kN61oaagjM1eIFiI3fKmM5E1rSKCUV/xJmffj/2xmSwGk7sRli/Cw0VU3OaTVl4 RN67OCYmgDWMgbCWmMeRED+9MR5KAsJmiMLt44N4yMqkA27e1LBP5W2tdX5hVkciLM8M ZKgA== ARC-Authentication-Results: i=1; mx.google.com; dkim=fail header.i=@weissschuh.net header.s=mail header.b=nzvPq4V4; spf=pass (google.com: domain of linux-bluetooth-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org Return-Path: Received: from out1.vger.email (out1.vger.email. [2620:137:e000::1:20]) by mx.google.com with ESMTP id i9-20020a50fc09000000b0047f3dfa596asi593715edr.162.2022.12.21.21.12.03; Wed, 21 Dec 2022 21:12:28 -0800 (PST) Received-SPF: pass (google.com: domain of linux-bluetooth-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) client-ip=2620:137:e000::1:20; Authentication-Results: mx.google.com; dkim=fail header.i=@weissschuh.net header.s=mail header.b=nzvPq4V4; spf=pass (google.com: domain of linux-bluetooth-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235052AbiLVFLO (ORCPT + 99 others); Thu, 22 Dec 2022 00:11:14 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59916 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234968AbiLVFK5 (ORCPT ); Thu, 22 Dec 2022 00:10:57 -0500 Received: from todd.t-8ch.de (todd.t-8ch.de [159.69.126.157]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6D39217067; Wed, 21 Dec 2022 21:10:55 -0800 (PST) From: Thomas =?utf-8?q?Wei=C3=9Fschuh?= DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=weissschuh.net; s=mail; t=1671685848; bh=aJ7IVJ34rJu4bypYe1rv5vqdZ+Bmi73wBdQLIivw4ts=; h=From:Date:Subject:References:In-Reply-To:To:Cc:From; b=nzvPq4V4YM3yepefWrKQUEa+Nby91i6BGB4MbAPtZ9zCehBQTP7ZpumFTXCngMTPy b/oKA3a98bIv/t3N+WjrRDOIWjX0AM5Bteqs1FSAEd1sR+WrLz4MJY0m4sqxC8tKlc 3jCIbs3NbFjQ/GhUp0eDBxj0UZWf7KtbgF29MyM4= Date: Thu, 22 Dec 2022 05:10:46 +0000 Subject: [PATCH 3/8] HID: Remove unused function hid_is_using_ll_driver() MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-Id: <20221222-hid-v1-3-f4a6c35487a5@weissschuh.net> References: <20221222-hid-v1-0-f4a6c35487a5@weissschuh.net> In-Reply-To: <20221222-hid-v1-0-f4a6c35487a5@weissschuh.net> To: Hans de Goede , Jiri Kosina , Benjamin Tissoires , David Rheinsberg , Marcel Holtmann , Johan Hedberg , Luiz Augusto von Dentz , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni Cc: linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org, linux-bluetooth@vger.kernel.org, netdev@vger.kernel.org, Thomas =?utf-8?q?Wei=C3=9Fschuh?= X-Mailer: b4 0.11.0 X-Developer-Signature: v=1; a=ed25519-sha256; t=1671685845; l=761; i=linux@weissschuh.net; s=20221212; h=from:subject:message-id; bh=aJ7IVJ34rJu4bypYe1rv5vqdZ+Bmi73wBdQLIivw4ts=; b=CO/ajOHSL68RVBZncIxSRsKPvD1NB0gAon57+ErnZ3WV+3ZsBndBhdn4vhj39QQXFDdBmKBW3Fnl n/fw2GoHClUGZswPDlzct7sDSUC125wbm+rYgxjPxpSxQNl9uN37 X-Developer-Key: i=linux@weissschuh.net; a=ed25519; pk=KcycQgFPX2wGR5azS7RhpBqedglOZVgRPfdFSPB1LNw= X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org As the last user was removed we can delete this function. Signed-off-by: Thomas Weißschuh --- include/linux/hid.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/include/linux/hid.h b/include/linux/hid.h index e8400aa78522..7c5fce6a189e 100644 --- a/include/linux/hid.h +++ b/include/linux/hid.h @@ -858,12 +858,6 @@ extern struct hid_ll_driver hidp_hid_driver; extern struct hid_ll_driver uhid_hid_driver; extern struct hid_ll_driver usb_hid_driver; -static inline bool hid_is_using_ll_driver(struct hid_device *hdev, - struct hid_ll_driver *driver) -{ - return hdev->ll_driver == driver; -} - extern bool hid_is_usb(const struct hid_device *hdev); #define PM_HINT_FULLON 1<<5 -- 2.39.0