parisc/uapi: Use Kbuild logic to provide <asm/types.h>
authorGeert Uytterhoeven <geert@linux-m68k.org>
Tue, 10 Nov 2020 16:51:36 +0000 (17:51 +0100)
committerHelge Deller <deller@gmx.de>
Wed, 11 Nov 2020 19:05:19 +0000 (20:05 +0100)
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>
arch/parisc/include/uapi/asm/types.h [deleted file]

diff --git a/arch/parisc/include/uapi/asm/types.h b/arch/parisc/include/uapi/asm/types.h
deleted file mode 100644 (file)
index 28c7d74..0000000
+++ /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