Commit 4893e498 authored by George G. Davis's avatar George G. Davis Committed by Russell King

[ARM PATCH] 2179/1: gcc-4.0 static declaration of 'meminfo' follows non-

 static declaration build error

Patch from George G. Davis

Building kernels with recent gcc-4.0-20041024 snapshot results in
"static declaration of 'meminfo' follows non-static declaration"
build error. Since the "extern struct meminfo meminfo" definition
is not required, this patch removes it to fix the build.

Signed-off-by: George G. Davis 
parent d359d1a0
......@@ -203,8 +203,6 @@ struct meminfo {
} bank[NR_BANKS];
};
extern struct meminfo meminfo;
/*
* Early command line parameters.
*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment