Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Remove useless wrappers of asm-generic/ipc.h

mn10300 has a header (in its include/asm directory) that is a thin
wrapper around asm-generic/ipc.h. This wrapper is useless, since that
header doesn't exist. It is also unused (no file includes asm/ipc.h).

hexagon and tile generate similar headers at build time (using a
generic-y entry in include/asm/Kbuild). These generated headers are
useless and unused too.

Remove this header and these generic-y entries.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Acked-by: Richard Kuo <rkuo@codeaurora.org>
Acked-by: Chris Metcalf <cmetcalf@tilera.com>
Acked-by: David Howells <dhowells@redhat.com> [MN10300]
Signed-off-by: Michal Marek <mmarek@suse.cz>

authored by

Paul Bolle and committed by
Michal Marek
00cd7dc7 da870585

-3
-1
arch/hexagon/include/asm/Kbuild
··· 22 22 generic-y += ioctls.h 23 23 generic-y += iomap.h 24 24 generic-y += ipcbuf.h 25 - generic-y += ipc.h 26 25 generic-y += irq_regs.h 27 26 generic-y += kdebug.h 28 27 generic-y += kmap_types.h
-1
arch/mn10300/include/asm/ipc.h
··· 1 - #include <asm-generic/ipc.h>
-1
arch/tile/include/asm/Kbuild
··· 17 17 generic-y += fcntl.h 18 18 generic-y += ioctl.h 19 19 generic-y += ioctls.h 20 - generic-y += ipc.h 21 20 generic-y += ipcbuf.h 22 21 generic-y += irq_regs.h 23 22 generic-y += kdebug.h