From patchwork Mon Aug 26 03:54:20 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gaosheng Cui X-Patchwork-Id: 13777055 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 D0F2AC5321D for ; Mon, 26 Aug 2024 03:56:17 +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:References:In-Reply-To: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:List-Owner; bh=WYLtrVwuQhPunHV43qL0Zze8dwBxXSJXyuAcVsiVtQw=; b=T9435LNHMXnDu9sRkCjPeu2uQD zcBHbCao1iFagUpAIJ/L1cQ5c+oigCiCN5zv/gngTLN99ds3b08TZEUQboi5jL5XOmq898mS14U15 tSiMY4tyeSZ4QfsjYSB6A1NEoMTcu94dNg0BVBByRv7c/KTwVbWH0JGxj18awu4PLDlhCmiTk44R4 A55HDZj3W5L4TVRf1b2H8RHOesq1hsqIul4Z5Yop6HyoPSol+cmR0qyqXrBjIFw2bzxLDH0dQCieY q2YGl4AtuX7pzdTu+vwwtNck2vsO+QXi99Ft1nBWxnwwoeShOVWo3Ada6vFhAu0wwBqhpWQelnIhY Fu4GzICA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1siQpq-00000005hgb-3I7h; Mon, 26 Aug 2024 03:56:06 +0000 Received: from szxga07-in.huawei.com ([45.249.212.35]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1siQoM-00000005hSW-1dIY for linux-arm-kernel@lists.infradead.org; Mon, 26 Aug 2024 03:54:36 +0000 Received: from mail.maildlp.com (unknown [172.19.88.163]) by szxga07-in.huawei.com (SkyGuard) with ESMTP id 4WscHT3ld2z1S8sp; Mon, 26 Aug 2024 11:54:13 +0800 (CST) Received: from kwepemd200011.china.huawei.com (unknown [7.221.188.251]) by mail.maildlp.com (Postfix) with ESMTPS id 7544218002B; Mon, 26 Aug 2024 11:54:22 +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; Mon, 26 Aug 2024 11:54:21 +0800 From: Gaosheng Cui To: , , , CC: Subject: [PATCH -next 1/2] ARM: pxa: Remove obsoleted declaration for pxa_set_ac97_info Date: Mon, 26 Aug 2024 11:54:20 +0800 Message-ID: <20240826035421.4039039-2-cuigaosheng1@huawei.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20240826035421.4039039-1-cuigaosheng1@huawei.com> References: <20240826035421.4039039-1-cuigaosheng1@huawei.com> MIME-Version: 1.0 X-Originating-IP: [10.244.148.83] X-ClientProxiedBy: dggems702-chm.china.huawei.com (10.3.19.179) 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-20240825_205434_722510_D9C62617 X-CRM114-Status: UNSURE ( 9.46 ) 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_ac97_info() have been removed since commit ce79f3a1ad5f ("ARM: pxa: prune unused device support"), and now it is useless, so remove it. Signed-off-by: Gaosheng Cui --- include/linux/platform_data/asoc-pxa.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/linux/platform_data/asoc-pxa.h b/include/linux/platform_data/asoc-pxa.h index 7b5b9e20fbf5..11b42d507dbe 100644 --- a/include/linux/platform_data/asoc-pxa.h +++ b/include/linux/platform_data/asoc-pxa.h @@ -26,7 +26,6 @@ typedef struct { void *codec_pdata[AC97_BUS_MAX_DEVICES]; } pxa2xx_audio_ops_t; -extern void pxa_set_ac97_info(pxa2xx_audio_ops_t *ops); extern void pxa27x_configure_ac97reset(int reset_gpio, bool to_gpio); #endif From patchwork Mon Aug 26 03:54:21 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gaosheng Cui X-Patchwork-Id: 13777054 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 60453C5321E for ; Mon, 26 Aug 2024 03:55:38 +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:References:In-Reply-To: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:List-Owner; bh=08QoYEsP2Aj/GSkPFGDbz4cK0g/73NPJ6FIpxuQujdg=; b=btgKTRhJ1eak3Bsm6uHz6b0Ig2 KUpHiAs6kiSg6c3ZzTCP7HxcLOAqBgsnsA33fZcKs55eIj5l007xtD8jGwAFcMgFDfAN00I47uycj WRn0Jke0HouKV+8RquWD+E0aS8+8PXNv0WDPJrW/kzky6JRLqQ0/xntFR4KDf9lB0V6g+7Z7+3iIZ vx1QdW+uhdIi6TzOFxyJxIUhjKoDd/q4u/bPT/I+6TAMEV9jq6X0cf6TbNKPDXLPXfuWBcgSOyaeU wugLN49ui4b//8oVaHuTHbwiv6MjVJEXhCtIeTYL5BR+s6buCq2p9s6pTEPg624UrzR7wbTMT1Ya/ JHXQsn1w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1siQp8-00000005hZP-1u0R; Mon, 26 Aug 2024 03:55:22 +0000 Received: from szxga07-in.huawei.com ([45.249.212.35]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1siQoM-00000005hSe-1dER for linux-arm-kernel@lists.infradead.org; Mon, 26 Aug 2024 03:54:36 +0000 Received: from mail.maildlp.com (unknown [172.19.162.112]) by szxga07-in.huawei.com (SkyGuard) with ESMTP id 4WscHT5m6qz1S8tv; Mon, 26 Aug 2024 11:54:13 +0800 (CST) Received: from kwepemd200011.china.huawei.com (unknown [7.221.188.251]) by mail.maildlp.com (Postfix) with ESMTPS id BA54C1401F3; Mon, 26 Aug 2024 11:54:22 +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; Mon, 26 Aug 2024 11:54:22 +0800 From: Gaosheng Cui To: , , , CC: Subject: [PATCH -next 2/2] ARM: pxa: Remove obsoleted declaration for pxa_set_keypad_info Date: Mon, 26 Aug 2024 11:54:21 +0800 Message-ID: <20240826035421.4039039-3-cuigaosheng1@huawei.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20240826035421.4039039-1-cuigaosheng1@huawei.com> References: <20240826035421.4039039-1-cuigaosheng1@huawei.com> MIME-Version: 1.0 X-Originating-IP: [10.244.148.83] X-ClientProxiedBy: dggems702-chm.china.huawei.com (10.3.19.179) 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-20240825_205434_723651_14BF4B0D X-CRM114-Status: UNSURE ( 9.32 ) 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_keypad_info() have been removed since commit ce79f3a1ad5f ("ARM: pxa: prune unused device support"), and now it is useless, so remove it. Signed-off-by: Gaosheng Cui --- include/linux/platform_data/keypad-pxa27x.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/linux/platform_data/keypad-pxa27x.h b/include/linux/platform_data/keypad-pxa27x.h index a376442b9935..d016fbb76f82 100644 --- a/include/linux/platform_data/keypad-pxa27x.h +++ b/include/linux/platform_data/keypad-pxa27x.h @@ -68,6 +68,4 @@ struct pxa27x_keypad_platform_data { void (*clear_wakeup_event)(void); }; -extern void pxa_set_keypad_info(struct pxa27x_keypad_platform_data *info); - #endif /* __ASM_ARCH_PXA27x_KEYPAD_H */