| commit | 286cfede3d8ca0fad1528a61293650aa6d63be58 | [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> | Mon Dec 11 21:27:02 2023 -0500 |
| tree | 686d9bd6ea48916d4d65ea2cae79d721b87726a7 | |
| parent | b85ea95d086471afb4ad062012a4d73cd328fa86 [diff] |
arc, parisc: get rid of private asm/unaligned.h
Declarations local to arch/*/kernel/*.c are better off *not* in a public
header - arch/{arc,parisc}/kernel/unaligned.h is just fine for those
bits.
With that done these asm/unaligned.h instances are reduced to include
of asm-generic/unaligned.h and can be removed - unaligned.h is in
mandatory-y in include/asm-generic/Kbuild.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>