Re: [Patch] tty: fix a build failure on sparc
From: Greg KH <gregkh@linuxfoundation.org>
Date: 2012-02-03 15:54:52
Also in:
lkml
From: Greg KH <gregkh@linuxfoundation.org>
Date: 2012-02-03 15:54:52
Also in:
lkml
On Fri, Feb 03, 2012 at 01:22:10PM +0800, Cong Wang wrote:
On sparc, there is a build failure: drivers/tty/serial/8250/8250.c:48:21: error: suncore.h: No such file or directory drivers/tty/serial/8250/8250.c:3275: error: implicit declaration of function 'sunserial_register_minors' drivers/tty/serial/8250/8250.c:3305: error: implicit declaration of function 'sunserial_unregister_minors' this is due to commit 9bef3d4197379a995fa80f81950bbbf8d32e9e8b (serial: group all the 8250 related code together) moved these files into 8250/ subdirectory, but forgot to change the reference to drivers/tty/serial/suncore.h.
Ah, thanks, I'll go queue this up, sorry for the problem. greg k-h