Use ARRAY_SIZE() macro in i386 relocs.c file
authorRobert P. J. Day <rpjday@mindspring.com>
Sat, 17 Feb 2007 18:10:01 +0000 (19:10 +0100)
committerAdrian Bunk <bunk@stusta.de>
Sat, 17 Feb 2007 18:10:01 +0000 (19:10 +0100)
Change the explicit code in the relocs.c file to use ARRAY_SIZE()
and add a definition of ARRAY_SIZE() since this is a userspace program
and wouldn't include kernel.h.

Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>

No differences found