commit | 134d988208602ccae792e91475c05911c962798e | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Tue Dec 05 21:53:22 2023 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Oct 01 23:20:41 2024 -0400 |
tree | 9ff9c798892b5ce94ec84eff1811edc3f7c34e4e | |
parent | 9852d85ec9d492ebef56dc5f229416c925758edc [diff] |
parisc: get rid of private asm/unaligned.h Declarations local to arch/*/kernel/*.c are better off *not* in a public header - arch/parisc/kernel/unaligned.h is just fine for those bits. With that done parisc asm/unaligned.h is reduced to include of asm-generic/unaligned.h and can be removed - unaligned.h is in mandatory-y in include/asm-generic/Kbuild. Acked-by: Helge Deller <deller@gmx.de> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>