diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2020-11-10 17:51:36 +0100 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2020-11-11 20:05:19 +0100 |
commit | 6ca753a3a72e4c848d91f10da270c58000ada53c (patch) | |
tree | 11381beee3d8ce699b4394e2f02cbe3bb2e6cc7f /arch | |
parent | 22ee3ea588dfc84ccb8cea5ea37051dfed91b9b9 (diff) | |
download | linux-6ca753a3a72e4c848d91f10da270c58000ada53c.tar.bz2 |
parisc/uapi: Use Kbuild logic to provide <asm/types.h>
Uapi <asm-generic/types.h> just includes <asm-generic/int-ll64.h>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/parisc/include/uapi/asm/types.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/parisc/include/uapi/asm/types.h b/arch/parisc/include/uapi/asm/types.h deleted file mode 100644 index 28c7d7453b10..000000000000 --- 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 |