Skip to content
Commit 00cd7dc7 authored by Paul Bolle's avatar Paul Bolle Committed by Michal Marek
Browse files

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: default avatarPaul Bolle <pebolle@tiscali.nl>
Acked-by: default avatarRichard Kuo <rkuo@codeaurora.org>
Acked-by: default avatarChris Metcalf <cmetcalf@tilera.com>
Acked-by: David Howells <dhowells@redhat.com> [MN10300]
Signed-off-by: default avatarMichal Marek <mmarek@suse.cz>
parent da870585
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment