Message ID | 20201110165136.3411004-1-geert@linux-m68k.org (mailing list archive) |
---|---|
State | Accepted, archived |
Headers | show |
Series | parisc/uapi: Use Kbuild logic to provide <asm/types.h> | expand |
On 11/10/20 5:51 PM, Geert Uytterhoeven wrote: > Uapi <asm-generic/types.h> just includes <asm-generic/int-ll64.h> > > Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Thanks, applied to the parisc for-next tree. Helge > --- > This is a resend of a very old patch from 2013, which is still valid. > > arch/parisc/include/uapi/asm/types.h | 7 ------- > 1 file changed, 7 deletions(-) > delete mode 100644 arch/parisc/include/uapi/asm/types.h > > diff --git a/arch/parisc/include/uapi/asm/types.h b/arch/parisc/include/uapi/asm/types.h > deleted file mode 100644 > index 28c7d7453b10f9b1..0000000000000000 > --- a/arch/parisc/include/uapi/asm/types.h > +++ /dev/null > @@ -1,7 +0,0 @@ > -/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ > -#ifndef _PARISC_TYPES_H > -#define _PARISC_TYPES_H > - > -#include <asm-generic/int-ll64.h> > - > -#endif >
diff --git a/arch/parisc/include/uapi/asm/types.h b/arch/parisc/include/uapi/asm/types.h deleted file mode 100644 index 28c7d7453b10f9b1..0000000000000000 --- a/arch/parisc/include/uapi/asm/types.h +++ /dev/null @@ -1,7 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ -#ifndef _PARISC_TYPES_H -#define _PARISC_TYPES_H - -#include <asm-generic/int-ll64.h> - -#endif
Uapi <asm-generic/types.h> just includes <asm-generic/int-ll64.h> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> --- This is a resend of a very old patch from 2013, which is still valid. arch/parisc/include/uapi/asm/types.h | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 arch/parisc/include/uapi/asm/types.h