瀏覽代碼

make eltorito_load static

tags/v0.9.3
Holger Lubitz 17 年之前
父節點
當前提交
5ec4e2ad50
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/arch/i386/image/eltorito.c

+ 1
- 1
src/arch/i386/image/eltorito.c 查看文件

@@ -298,7 +298,7 @@ static int eltorito_load_disk ( struct image *image,
298 298
  * @v image		El Torito file
299 299
  * @ret rc		Return status code
300 300
  */
301
-int eltorito_load ( struct image *image ) {
301
+static int eltorito_load ( struct image *image ) {
302 302
 	struct eltorito_boot_entry boot_entry;
303 303
 	unsigned long bootcat_offset;
304 304
 	int rc;

Loading…
取消
儲存