Browse Source

make nbi_load static

tags/v0.9.3
Holger Lubitz 18 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
  * @v image		NBI image
244
  * @v image		NBI image
245
  * @ret rc		Return status code
245
  * @ret rc		Return status code
246
  */
246
  */
247
-int nbi_load ( struct image *image ) {
247
+static int nbi_load ( struct image *image ) {
248
 	struct imgheader imgheader;
248
 	struct imgheader imgheader;
249
 	int rc;
249
 	int rc;
250
 
250
 

Loading…
Cancel
Save