Re: [PATCH] alpha: Add support for BOTHER

2015-06-15 Thread Guenter Roeck
On 06/15/2015 07:28 AM, Guenter Roeck wrote: In -next, alpha:allmodconfig fails to build with drivers/bluetooth/hci_ldisc.c: In function 'hci_uart_set_baudrate': drivers/bluetooth/hci_ldisc.c:276:22: error: 'BOTHER' undeclared This could be fixed on the user side, but it makes more sense to jus

[PATCH] alpha: Add support for BOTHER

2015-06-15 Thread Guenter Roeck
In -next, alpha:allmodconfig fails to build with drivers/bluetooth/hci_ldisc.c: In function 'hci_uart_set_baudrate': drivers/bluetooth/hci_ldisc.c:276:22: error: 'BOTHER' undeclared This could be fixed on the user side, but it makes more sense to just define BOTHER. Cc: Marcel Holtmann Signed-o