kernel/range: remove unused definition of ARRAY_SIZE()
authorGeert Uytterhoeven <geert@linux-m68k.org>
Tue, 10 Aug 2010 00:20:31 +0000 (17:20 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 10 Aug 2010 03:45:06 +0000 (20:45 -0700)
commit459b37d423104f00e87d1934821bc8739979d0e4
tree22433f169c493acb46c6c46ba26c0e1bc6cb24a9
parent2ee7c922f20c96dba56fd378a466790d87f42e84
kernel/range: remove unused definition of ARRAY_SIZE()

Remove duplicate definition of ARRAY_SIZE(), which was never used anyway.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Yinghai Lu <yinghai@kernel.org>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/range.c