arch/tile: avoid build warnings from duplicate ELF_R_xxx #defines
authorChris Metcalf <cmetcalf@tilera.com>
Fri, 19 Oct 2012 20:29:43 +0000 (16:29 -0400)
committerChris Metcalf <cmetcalf@tilera.com>
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 <cmetcalf@tilera.com>
Acked-by: Rusty Russell <rusty@rustcorp.com.au>
arch/tile/kernel/module.c