Browse Source

make nbi_load static

tags/v0.9.3
Holger Lubitz 17 years ago
parent
commit
dc38303ff9
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/arch/i386/image/nbi.c

+ 1
- 1
src/arch/i386/image/nbi.c View File

@@ -244,7 +244,7 @@ static int nbi_process_segments ( struct image *image,
244 244
  * @v image		NBI image
245 245
  * @ret rc		Return status code
246 246
  */
247
-int nbi_load ( struct image *image ) {
247
+static int nbi_load ( struct image *image ) {
248 248
 	struct imgheader imgheader;
249 249
 	int rc;
250 250
 

Loading…
Cancel
Save