summaryrefslogtreecommitdiffstats
path: root/src/arch/i386
diff options
context:
space:
mode:
authorHolger Lubitz2007-07-27 22:00:51 +0200
committerHolger Lubitz2007-07-27 22:00:51 +0200
commitdc38303ff999594b89f8f3cf7e701536413728c3 (patch)
tree3685fb43255a8ec47275aa11228e16c7417a83e8 /src/arch/i386
parentmake http_open static (diff)
downloadipxe-dc38303ff999594b89f8f3cf7e701536413728c3.tar.gz
ipxe-dc38303ff999594b89f8f3cf7e701536413728c3.tar.xz
ipxe-dc38303ff999594b89f8f3cf7e701536413728c3.zip
make nbi_load static
Diffstat (limited to 'src/arch/i386')
-rw-r--r--src/arch/i386/image/nbi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/i386/image/nbi.c b/src/arch/i386/image/nbi.c
index 3a66e9cb0..42596f057 100644
--- a/src/arch/i386/image/nbi.c
+++ b/src/arch/i386/image/nbi.c
@@ -244,7 +244,7 @@ static int nbi_process_segments ( struct image *image,
* @v image NBI image
* @ret rc Return status code
*/
-int nbi_load ( struct image *image ) {
+static int nbi_load ( struct image *image ) {
struct imgheader imgheader;
int rc;