From: Guenter Roeck <linux@roeck-us.net>
To: Richard Henderson <rth@twiddle.net>
Cc: Matt Turner <mattst88@gmail.com>,
linux-alpha@vger.kernel.org, linux-kernel@vger.kernel.org,
Marcel Holtmann <marcel@holtmann.org>
Subject: Re: [PATCH] alpha: Add support for BOTHER
Date: Mon, 15 Jun 2015 07:34:58 -0700 [thread overview]
Message-ID: <557EE292.4000404@roeck-us.net> (raw)
In-Reply-To: <1434378483-12727-1-git-send-email-linux@roeck-us.net>
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 just define BOTHER.
>
> Cc: Marcel Holtmann <marcel@holtmann.org>
> Signed-off-by: Guenter Roeck <linux@roeck-us.net>
> ---
> arch/alpha/include/uapi/asm/termbits.h | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/alpha/include/uapi/asm/termbits.h b/arch/alpha/include/uapi/asm/termbits.h
> index 879dd3589921..0d53d9e2633f 100644
> --- a/arch/alpha/include/uapi/asm/termbits.h
> +++ b/arch/alpha/include/uapi/asm/termbits.h
> @@ -147,6 +147,7 @@ struct ktermios {
> #define B3000000 00034
> #define B3500000 00035
> #define B4000000 00036
> +#define BOTHER 00037
>
> #define CSIZE 00001400
> #define CS5 00000000
>
Forget about this one, I also need to define IBSHIFT.
Guenter
prev parent reply other threads:[~2015-06-15 14:34 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-15 14:28 [PATCH] alpha: Add support for BOTHER Guenter Roeck
2015-06-15 14:34 ` Guenter Roeck [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=557EE292.4000404@roeck-us.net \
--to=linux@roeck-us.net \
--cc=linux-alpha@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=marcel@holtmann.org \
--cc=mattst88@gmail.com \
--cc=rth@twiddle.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.