From patchwork Fri Mar 26 06:13:26 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zheng Yongjun X-Patchwork-Id: 410458 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-16.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI, SPF_HELO_NONE, SPF_PASS, URIBL_BLOCKED, USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 15B55C433DB for ; Fri, 26 Mar 2021 06:00:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id DB3AE61A38 for ; Fri, 26 Mar 2021 06:00:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229993AbhCZF7s (ORCPT ); Fri, 26 Mar 2021 01:59:48 -0400 Received: from szxga05-in.huawei.com ([45.249.212.191]:14481 "EHLO szxga05-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229782AbhCZF7o (ORCPT ); Fri, 26 Mar 2021 01:59:44 -0400 Received: from DGGEMS408-HUB.china.huawei.com (unknown [172.30.72.60]) by szxga05-in.huawei.com (SkyGuard) with ESMTP id 4F6B8N3kmyzyNts; Fri, 26 Mar 2021 13:57:40 +0800 (CST) Received: from localhost.localdomain (10.175.104.82) by DGGEMS408-HUB.china.huawei.com (10.3.19.208) with Microsoft SMTP Server id 14.3.498.0; Fri, 26 Mar 2021 13:59:34 +0800 From: Zheng Yongjun To: , Greg Kroah-Hartman , Andrey Konovalov , Dmitry Vyukov , Masahiro Yamada , Sebastian Andrzej Siewior , "Ahmed S. Darwish" , "Gustavo A. R. Silva" , Sasha Levin , Allen Pais CC: , , Hulk Robot Subject: [PATCH -next] usb: remove unused including Date: Fri, 26 Mar 2021 14:13:26 +0800 Message-ID: <20210326061326.3234377-1-zhengyongjun3@huawei.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-Originating-IP: [10.175.104.82] X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org Remove including that don't need it. Reported-by: Hulk Robot Signed-off-by: Zheng Yongjun --- drivers/usb/core/hcd.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/usb/core/hcd.c b/drivers/usb/core/hcd.c index 3f0381344221..53bc93d6eb0c 100644 --- a/drivers/usb/core/hcd.c +++ b/drivers/usb/core/hcd.c @@ -11,7 +11,6 @@ #include #include -#include #include #include #include