Message ID | 20240920053423.1373354-1-siyanteng@cqsoftware.com.cn (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | serial: clean up uart_info | expand |
On Fri, Sep 20, 2024 at 01:34:23PM +0800, Yanteng Si wrote: > Since commit ebd2c8f6d2ec ("serial: kill off uart_info") has > removed uart_info, the uart_info declaration looks lonely, > let it go. Confirmed. Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
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 <siyanteng@cqsoftware.com.cn> > --- > 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
On Sat, Oct 12, 2024 at 11:10:05AM +0800, Yanteng Si wrote: > 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? I picked it up yesterday, you should have gotten an email for it, it is commit 483c5c2bc6b1 ("serial: clean up uart_info") in my tree. Do you not see it there? thanks, greg k-h
在 2024/10/12 15:57, Greg KH 写道: > On Sat, Oct 12, 2024 at 11:10:05AM +0800, Yanteng Si wrote: >> 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? > I picked it up yesterday, you should have gotten an email for it, it is > commit 483c5c2bc6b1 ("serial: clean up uart_info") in my tree. Do you > not see it there? Oh yeah! I've already seen this email! Sorry, I forgot that my patch was generated during working hours, so I used my company email. My company email has received your email. Thank you! Thanks, Yanteng > > thanks, > > greg k-h
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
Since commit ebd2c8f6d2ec ("serial: kill off uart_info") has removed uart_info, the uart_info declaration looks lonely, let it go. Signed-off-by: Yanteng Si <siyanteng@cqsoftware.com.cn> --- include/linux/platform_data/sa11x0-serial.h | 1 - 1 file changed, 1 deletion(-)