diff options
| author | Holger Lubitz | 2007-07-27 22:00:51 +0200 |
|---|---|---|
| committer | Holger Lubitz | 2007-07-27 22:00:51 +0200 |
| commit | dc38303ff999594b89f8f3cf7e701536413728c3 (patch) | |
| tree | 3685fb43255a8ec47275aa11228e16c7417a83e8 /src | |
| parent | make http_open static (diff) | |
| download | ipxe-dc38303ff999594b89f8f3cf7e701536413728c3.tar.gz ipxe-dc38303ff999594b89f8f3cf7e701536413728c3.tar.xz ipxe-dc38303ff999594b89f8f3cf7e701536413728c3.zip | |
make nbi_load static
Diffstat (limited to 'src')
| -rw-r--r-- | src/arch/i386/image/nbi.c | 2 |
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; |
