arch/tile: avoid build warnings from duplicate ELF_R_xxx #defines
authorChris Metcalf <[email protected]>
Fri, 19 Oct 2012 20:29:43 +0000 (16:29 -0400)
committerChris Metcalf <[email protected]>
Tue, 23 Oct 2012 14:22:48 +0000 (10:22 -0400)
commit7805963387ddd7c48bed8c87b6a5de26ac79299f
tree59a8c1ea34c5c5eafaef6897700d50900640cd49
parent627072b06c362bbe7dc256f618aaa63351f0cfe6
arch/tile: avoid build warnings from duplicate ELF_R_xxx #defines

These are now provided in <asm-generic/module.h>, so clean up warnings
by not re-defining them in module.c.

Signed-off-by: Chris Metcalf <[email protected]>
Acked-by: Rusty Russell <[email protected]>
arch/tile/kernel/module.c