Re: [PATCH 5/5] arch/xtensa, termios: use

2018-10-04 Thread H. Peter Anvin
On 10/04/18 15:35, Max Filippov wrote: > > Looks good. But why not removing the header entirely and adding > generic-y += termbits.h > to arch/xtensa/include/uapi/asm/Kbuild? > Good idea. Should do that for others that also have the same #include. -hpa

Re: [PATCH 5/5] arch/xtensa, termios: use

2018-10-04 Thread Max Filippov
On Thu, Oct 4, 2018 at 3:30 PM H. Peter Anvin (Intel) wrote: > > The Xtensa definition of termbits.h is identical to the generic one. > > Signed-off-by: H. Peter Anvin (Intel) > Cc: Chris Zankel > Cc: Max Filippov > Cc: Thomas Gleixner > Cc: Greg Kroah-Hartman > Cc: Philippe Ombredanne > Cc:

[PATCH 5/5] arch/xtensa, termios: use

2018-10-04 Thread H. Peter Anvin (Intel)
The Xtensa definition of termbits.h is identical to the generic one. Signed-off-by: H. Peter Anvin (Intel) Cc: Chris Zankel Cc: Max Filippov Cc: Thomas Gleixner Cc: Greg Kroah-Hartman Cc: Philippe Ombredanne Cc: Kate Stewart Cc: Cc: Greg Kroah-Hartman Cc: Jiri Slaby --- arch/xtensa/incl