exports.c: fix warning: 'dummy' defined but not used

Also get rid of the #ifdef's while doing this.

Suggested-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
Wolfgang Denk 2010-06-20 23:33:02 +02:00
parent cd47a83b07
commit c0c15379e2
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
DECLARE_GLOBAL_DATA_PTR;
static void dummy(void)
__attribute__((unused)) static void dummy(void)
{
}