Ver código fonte

make nbi_load static

tags/v0.9.3
Holger Lubitz 18 anos atrás
pai
commit
dc38303ff9
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      src/arch/i386/image/nbi.c

+ 1
- 1
src/arch/i386/image/nbi.c Ver arquivo

@@ -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
 

Carregando…
Cancelar
Salvar