]> git.baikalelectronics.ru Git - kernel.git/commit
[ARM] 2977/1: armksyms.c - make items in export table static
authorBen Dooks <ben-linux@fluff.org>
Wed, 12 Oct 2005 18:58:07 +0000 (19:58 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 12 Oct 2005 18:58:07 +0000 (19:58 +0100)
commitbdb5eaea9a5cbe0dcc2f59c02ea82dfd3460df1a
tree3ad70801998d8ad62531ad3d2d4e2902a794312e
parent5794911604e8856264d15fe10e31eeec1153ca3b
[ARM] 2977/1: armksyms.c - make items in export table static

Patch from Ben Dooks

The items in the export table do not need to be
exported elsehwere, so quash the sparse warning
by making the symbol for the table entry static.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/kernel/armksyms.c