diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2017-05-19 13:45:16 +0200 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2017-05-29 11:06:10 +0200 |
commit | 83f0124ad81e87b74c2f461b1794e57ab5e7fea0 (patch) | |
tree | 8577fb5cb3226f021110d7c6abb9cd52097fa9be /arch/microblaze/include/uapi/asm/stat.h | |
parent | f5ef419630e85e80284cd0256cb5a13a66bbd6c5 (diff) |
microblaze: remove asm-generic wrapper headers
Some of microblaze's asm and uapi header are merely including their
asm-generic counterpart. Thus, the arch specific headers can be removed
and the asm-generic header can be used directly via generic-y.
The headers removed from uapi don't need to be added to generic-y in the
uapi Kbuild in order to get exported, as they are already listed in
mandatory-y.
Also order the generic-y list alphabetically.
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/microblaze/include/uapi/asm/stat.h')
-rw-r--r-- | arch/microblaze/include/uapi/asm/stat.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/microblaze/include/uapi/asm/stat.h b/arch/microblaze/include/uapi/asm/stat.h deleted file mode 100644 index 3dc90fa92c70..000000000000 --- a/arch/microblaze/include/uapi/asm/stat.h +++ /dev/null @@ -1 +0,0 @@ -#include <asm-generic/stat.h> |