From mboxrd@z Thu Jan 1 00:00:00 1970 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 3757FD1A42C for ; Sat, 12 Oct 2024 03:12:05 +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-Transfer-Encoding: Content-Type:In-Reply-To:From:References:Cc:To:Subject:MIME-Version:Date: Message-ID:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=LRD9Rtu59sjvavTxTYgXcbbxcWCSXOFg5CgNDOLxNRQ=; b=h3uvS34d2aPgokEy+6io5B0FPP +yz+VevekpVoB/aY20/b0q9JwzaLfDg0ToPZ8fmWSAzs6URaPai3P87UXmKM/I/W2+qgFg4rijErj 9UKA+Aek0OyDbkK1Fmc/NoF8hTBXm3n2K1qSTk9VsDWe207JP0PqVvJtw++7RrsU/86GCO/lkv7Ur /Cyu8qu9Isgf6/78x15g3piS1Xq7E1WB1YIuKtkhRuluvODGJg7HjBQ5NQe0n+8fcdpxHTBs56vXT wyZwbZKsXKc/HPlSbJ3HF4VJgzVL1lbEEkKNdJkZH1szqlXir1I+TLEQRI3/MLFk5aiQ8l4qb1jgk LimOaUhw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1szSXr-00000000Qxf-3p9d; Sat, 12 Oct 2024 03:11:55 +0000 Received: from out-178.mta0.migadu.com ([2001:41d0:1004:224b::b2]) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1szSWU-00000000QuA-0l3H for linux-arm-kernel@lists.infradead.org; Sat, 12 Oct 2024 03:10:31 +0000 Message-ID: <6b5d548b-82ab-4bf3-90da-173928968fb9@linux.dev> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1728702624; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=LRD9Rtu59sjvavTxTYgXcbbxcWCSXOFg5CgNDOLxNRQ=; b=nBodNEE/A0yXx3SXoLGaWK3y11dnS2Fmnhjv8GieebViXxzxtCwbY+wT2dSdQIxTIN+Epz CwSxGhByScQIbGo7S/qpB5JzG91GhZC+EywLAT0/Z5FmMcnGPlH1UWR6q9V7hw+Jolwlwh Z7bybEpCgIVZjXd35ShiLExKCF8XzyM= Date: Sat, 12 Oct 2024 11:10:05 +0800 MIME-Version: 1.0 Subject: Re: [PATCH] serial: clean up uart_info To: Yanteng Si , linux@armlinux.org.uk, gregkh@linuxfoundation.org, jirislaby@kernel.org, alan@linux.intel.com Cc: bartosz.golaszewski@linaro.org, andriy.shevchenko@linux.intel.com, arnd@arndb.de, u.kleine-koenig@pengutronix.de, mengdewei@cqsoftware.com.cn, linux-serial@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org References: <20240920053423.1373354-1-siyanteng@cqsoftware.com.cn> Content-Language: en-US X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Yanteng Si In-Reply-To: <20240920053423.1373354-1-siyanteng@cqsoftware.com.cn> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20241011_201030_450382_A06E01B0 X-CRM114-Status: GOOD ( 12.76 ) 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 Hi all, 在 2024/9/20 13:34, Yanteng Si 写道: > Since commit ebd2c8f6d2ec ("serial: kill off uart_info") has > removed uart_info, the uart_info declaration looks lonely, > let it go. Could someone pick up my patch? Or give me some hints on what else I need to do? Thanks, Yanteng > > Signed-off-by: Yanteng Si > --- > include/linux/platform_data/sa11x0-serial.h | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/include/linux/platform_data/sa11x0-serial.h b/include/linux/platform_data/sa11x0-serial.h > index 8b79ab08af45..a88096bc74e4 100644 > --- a/include/linux/platform_data/sa11x0-serial.h > +++ b/include/linux/platform_data/sa11x0-serial.h > @@ -10,7 +10,6 @@ > #define SA11X0_SERIAL_H > > struct uart_port; > -struct uart_info; > > /* > * This is a temporary structure for registering these