]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[int13] Add missing "static" modifier
authorMichael Brown <mcb30@ipxe.org>
Tue, 22 Feb 2011 19:26:33 +0000 (19:26 +0000)
committerMichael Brown <mcb30@ipxe.org>
Tue, 22 Feb 2011 19:26:33 +0000 (19:26 +0000)
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/arch/i386/interface/pcbios/int13.c

index a27dbad7a00ebbfc2f09d895709baac26588fc9a..c02d7cdf403698944d4fb05b9ddd105f14f8b519 100644 (file)
@@ -802,8 +802,8 @@ static int int13_extended_verify ( struct int13_drive *int13,
  * @v ds:si            Disk address packet
  * @ret status         Status code
  */
-int int13_extended_seek ( struct int13_drive *int13,
-                         struct i386_all_regs *ix86 ) {
+static int int13_extended_seek ( struct int13_drive *int13,
+                                struct i386_all_regs *ix86 ) {
        struct int13_disk_address addr;
        uint64_t lba;
        unsigned long count;