0) This short series removes useless wrappers of headers that are incorrectly assumed to be present in include/asm-generic. 1) I've grouped this series per non-existent header. And I've chosen to treat these patches as Kbuild patches and sent this series firstly to Michal (and only secondly to the people involved with the various arches this short series hits). Kbuild is the common theme in this series. I assume Michal will shout if this choice is incorrect. 2) None of these patches are tested. I do not have the required toolchains at hand. A further problem for me is that x86 (which I'm familiar with) doesn't use Kbuild's generic-y trick. The patches look innocent to me, but perhaps they hit some unobvious traps ... Paul Bolle (3): Remove useless wrappers of asm-generic/cpumask.h Remove useless wrappers of asm-generic/ipc.h Remove useless wrappers of asm-generic/rmap.h arch/frv/include/asm/cpumask.h | 6 ------ arch/hexagon/include/asm/Kbuild | 2 -- arch/mn10300/include/asm/ipc.h | 1 - arch/openrisc/include/asm/Kbuild | 2 -- arch/tile/include/asm/Kbuild | 1 - arch/xtensa/include/asm/cpumask.h | 16 ---------------- arch/xtensa/include/asm/rmap.h | 16 ---------------- 7 files changed, 0 insertions(+), 44 deletions(-) delete mode 100644 arch/frv/include/asm/cpumask.h delete mode 100644 arch/mn10300/include/asm/ipc.h delete mode 100644 arch/xtensa/include/asm/cpumask.h delete mode 100644 arch/xtensa/include/asm/rmap.h -- 1.7.7.6 -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html