diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-07-23 14:30:36 +0300 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2020-04-08 18:01:58 +0300 |
commit | 7d538b5a1ddf79c17d9fd4ce7a5009d11978d350 (patch) | |
tree | 880db1464bc15919ab062ceeff362b8f4c694eb7 | |
parent | c9ee4bf9e0f5e353ae1c81ee30a373b6653329d7 (diff) | |
download | linux-7d538b5a1ddf79c17d9fd4ce7a5009d11978d350.tar.xz |
sh: remove unneeded uapi asm-generic wrappers
These are listed in include/uapi/asm-generic/Kbuild, so Kbuild will
automatically generate them.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
-rw-r--r-- | arch/sh/include/uapi/asm/setup.h | 2 | ||||
-rw-r--r-- | arch/sh/include/uapi/asm/types.h | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/arch/sh/include/uapi/asm/setup.h b/arch/sh/include/uapi/asm/setup.h deleted file mode 100644 index 4bd19f80f9b0..000000000000 --- a/arch/sh/include/uapi/asm/setup.h +++ /dev/null @@ -1,2 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ -#include <asm-generic/setup.h> diff --git a/arch/sh/include/uapi/asm/types.h b/arch/sh/include/uapi/asm/types.h deleted file mode 100644 index 68100e108ea6..000000000000 --- a/arch/sh/include/uapi/asm/types.h +++ /dev/null @@ -1,2 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ -#include <asm-generic/types.h> |