put extern keyword in front of declaration, make the compiler do it job

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1545 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Li-Ta Lo
2004-04-30 23:11:23 +00:00
parent d16753be86
commit 52f851dd1d
11 changed files with 19 additions and 21 deletions

View File

@@ -1,4 +1,4 @@
struct chip_control mainboard_ibm_e325_control;
extern struct chip_control mainboard_ibm_e325_control;
struct mainboard_ibm_e325_config {
int nothing;