On Tue, Feb 22, 2022 at 3:56 AM Ilpo Järvinen <ilpo.jarvinen@xxxxxxxxxxxxxxx> wrote: > > Remove arch specific termbits.h as there are only trivial space > differences between include/uapi/asm-generic/termbits.h and > arch/xtensa/include/uapi/asm/termbits.h. > > $ diff -u0 -b -B include/uapi/asm-generic/termbits.h arch/xtensa/include/uapi/asm/termbits.h > . --- include/uapi/asm-generic/termbits.h 2022-01-10 13:44:42.814107461 +0200 > . +++ arch/xtensa/include/uapi/asm/termbits.h 2022-01-10 13:44:42.690106926 +0200 > . @@ -2,2 +2,15 @@ > . -#ifndef __ASM_GENERIC_TERMBITS_H > . -#define __ASM_GENERIC_TERMBITS_H > . +/* > . + * include/asm-xtensa/termbits.h > . + * > . + * Copied from SH. > . + * > . + * This file is subject to the terms and conditions of the GNU General Public > . + * License. See the file "COPYING" in the main directory of this archive > . + * for more details. > . + * > . + * Copyright (C) 2001 - 2005 Tensilica Inc. > . + */ > . + > . +#ifndef _XTENSA_TERMBITS_H > . +#define _XTENSA_TERMBITS_H > . + > . @@ -200 +221 @@ > . -#endif /* __ASM_GENERIC_TERMBITS_H */ > . +#endif /* _XTENSA_TERMBITS_H */ > > Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@xxxxxxxxxxxxxxx> > Reviewed-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> > --- > arch/xtensa/include/uapi/asm/termbits.h | 221 ------------------------ > 1 file changed, 221 deletions(-) > delete mode 100644 arch/xtensa/include/uapi/asm/termbits.h Acked-by: Max Filippov <jcmvbkbc@xxxxxxxxx> -- Thanks. -- Max