From patchwork Wed Oct 9 12:04:49 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yue Haibing X-Patchwork-Id: 11181093 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 6EBFD76 for ; Wed, 9 Oct 2019 12:05:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 582E42133F for ; Wed, 9 Oct 2019 12:05:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731096AbfJIMFY (ORCPT ); Wed, 9 Oct 2019 08:05:24 -0400 Received: from szxga04-in.huawei.com ([45.249.212.190]:3669 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1729883AbfJIMFY (ORCPT ); Wed, 9 Oct 2019 08:05:24 -0400 Received: from DGGEMS406-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id 0B8C2C8544BD8198EC56; Wed, 9 Oct 2019 20:05:19 +0800 (CST) Received: from localhost.localdomain.localdomain (10.175.113.25) by DGGEMS406-HUB.china.huawei.com (10.3.19.206) with Microsoft SMTP Server id 14.3.439.0; Wed, 9 Oct 2019 20:05:10 +0800 From: YueHaibing To: Heikki Krogerus , Greg Kroah-Hartman CC: YueHaibing , , Subject: [PATCH -next] usb: typec: remove duplicated include from hd3ss3220.c Date: Wed, 9 Oct 2019 12:04:49 +0000 Message-ID: <20191009120449.44899-1-yuehaibing@huawei.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 X-Originating-IP: [10.175.113.25] X-CFilter-Loop: Reflected Sender: linux-usb-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org Remove duplicated include. Signed-off-by: YueHaibing --- drivers/usb/typec/hd3ss3220.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/usb/typec/hd3ss3220.c b/drivers/usb/typec/hd3ss3220.c index 1900910c637e..0ea5bf3c19c7 100644 --- a/drivers/usb/typec/hd3ss3220.c +++ b/drivers/usb/typec/hd3ss3220.c @@ -10,7 +10,6 @@ #include #include #include -#include #include #include #include