From patchwork Tue Aug 13 10:57:41 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: cuigaosheng X-Patchwork-Id: 13761801 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 1DAC9C52D7B for ; Tue, 13 Aug 2024 10:59:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Type: Content-Transfer-Encoding:MIME-Version:Message-ID:Date:Subject:CC:To:From: Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender :Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=01tBFKydf8sBLnkVSEi96ayEiiziYdSKlS//9mpg+Dg=; b=zGjIoTW+0ory24FXMEL3X0qXXP 9s10c2ivL2N1i8fp/nbXGvF/w7SbPxgOCL0bq39f210rBS1ltpfx4lEgWvWA2juWMPnlGCCDR7ej+ bukqRsAxP5ksPR6JUWdz011YlD+OyRdooIGHCf3u/48sDsCDxXixzJ+9C49muVQQA+dCvobGqg+wD b+Hv0eq2lkeDDbyzQQILyuPXknbCKwxphCZRXi6rV/fmK0/qdEpZuVBH5EuXO4bLospfjCwOtl1VV 1P9evzCe9Q+v5Kvq1FOSVgzz03t/OxUL59hJOd3oLkD6vgA5I8GaL5+Xu3+I25gZye7f4pmMpd+ED 9o1Vc4Xw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sdpEu-00000003QrC-33TQ; Tue, 13 Aug 2024 10:58:56 +0000 Received: from szxga02-in.huawei.com ([45.249.212.188]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sdpDk-00000003QSa-2JDY for linux-arm-kernel@lists.infradead.org; Tue, 13 Aug 2024 10:57:46 +0000 Received: from mail.maildlp.com (unknown [172.19.163.174]) by szxga02-in.huawei.com (SkyGuard) with ESMTP id 4WjpFs2jhVzfbMm; Tue, 13 Aug 2024 18:55:45 +0800 (CST) Received: from kwepemd200011.china.huawei.com (unknown [7.221.188.251]) by mail.maildlp.com (Postfix) with ESMTPS id 1F69A140135; Tue, 13 Aug 2024 18:57:42 +0800 (CST) Received: from cgs.huawei.com (10.244.148.83) by kwepemd200011.china.huawei.com (7.221.188.251) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1258.34; Tue, 13 Aug 2024 18:57:41 +0800 From: Gaosheng Cui To: , , , , CC: Subject: [PATCH -next] ARM: pxa: remove unused pxa_set_udc_info() declaration Date: Tue, 13 Aug 2024 18:57:41 +0800 Message-ID: <20240813105741.1181057-1-cuigaosheng1@huawei.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-Originating-IP: [10.244.148.83] X-ClientProxiedBy: dggems703-chm.china.huawei.com (10.3.19.180) To kwepemd200011.china.huawei.com (7.221.188.251) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240813_035744_904347_DDEBDBEA X-CRM114-Status: UNSURE ( 7.87 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org The pxa_set_udc_info() has been removed since commit ce79f3a1ad5f ("ARM: pxa: prune unused device support"), so remove it. Signed-off-by: Gaosheng Cui --- arch/arm/mach-pxa/udc.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm/mach-pxa/udc.h b/arch/arm/mach-pxa/udc.h index 9a827e32db98..0f548421b49d 100644 --- a/arch/arm/mach-pxa/udc.h +++ b/arch/arm/mach-pxa/udc.h @@ -4,5 +4,3 @@ */ #include -extern void pxa_set_udc_info(struct pxa2xx_udc_mach_info *info); -