From 52f851dd1da8cefb3fb6e4795dc419d76d2b50b1 Mon Sep 17 00:00:00 2001 From: Li-Ta Lo Date: Fri, 30 Apr 2004 23:11:23 +0000 Subject: 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 --- src/mainboard/newisys/khepri/chip.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/newisys') diff --git a/src/mainboard/newisys/khepri/chip.h b/src/mainboard/newisys/khepri/chip.h index 44fefaf2d8..7e8ef5210a 100644 --- a/src/mainboard/newisys/khepri/chip.h +++ b/src/mainboard/newisys/khepri/chip.h @@ -1,4 +1,4 @@ -struct chip_control mainboard_newisys_khepri_control; +extern struct chip_control mainboard_newisys_khepri_control; struct mainboard_newisys_khepri_config { int nothing; -- cgit v1.2.3