Re: [PATCH v2] drivers: staging: speakup: serialio: only use platform specific SERIAL_PORT_DFNS.

2013-11-02 Thread Chen Gang
On 11/02/2013 05:26 PM, Samuel Thibault wrote: Chen Gang, le Thu 31 Oct 2013 15:27:37 +0800, a �crit : If SERIAL_PORT_DFNS isn't present by platform, it need be defined to nothing, like the 8250 serial driver does it. All related macros also need be removed: IRQF_SHARED is defined in

[PATCH v2] drivers: staging: speakup: serialio: only use platform specific SERIAL_PORT_DFNS.

2013-10-31 Thread Chen Gang
If SERIAL_PORT_DFNS isn't present by platform, it need be defined to nothing, like the 8250 serial driver does it. All related macros also need be removed: IRQF_SHARED is defined in linux/interrupt.h, others will be defined when related architecture has SERIAL_PORT_DFNS. Or it will cause issue

Re: [PATCH v2] drivers: staging: speakup: serialio: only use platform specific SERIAL_PORT_DFNS.

2013-10-31 Thread Chen Gang
After add this patch, it can let serialio.c generated .o file. If need additional trying, please let me know, thanks. On 10/31/2013 03:27 PM, Chen Gang wrote: If SERIAL_PORT_DFNS isn't present by platform, it need be defined to nothing, like the 8250 serial driver does it. All related