aboutsummaryrefslogtreecommitdiff
path: root/src/device/oprom/realmode
diff options
context:
space:
mode:
Diffstat (limited to 'src/device/oprom/realmode')
-rw-r--r--src/device/oprom/realmode/x86.c1
-rw-r--r--src/device/oprom/realmode/x86_interrupts.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/device/oprom/realmode/x86.c b/src/device/oprom/realmode/x86.c
index e57f1c038a..e25c536e1c 100644
--- a/src/device/oprom/realmode/x86.c
+++ b/src/device/oprom/realmode/x86.c
@@ -512,4 +512,3 @@ int asmlinkage interrupt_handler(u32 intnumber,
* but keep it around so its expectations are met */
return ret;
}
-
diff --git a/src/device/oprom/realmode/x86_interrupts.c b/src/device/oprom/realmode/x86_interrupts.c
index 383c736ff0..1ee6979696 100644
--- a/src/device/oprom/realmode/x86_interrupts.c
+++ b/src/device/oprom/realmode/x86_interrupts.c
@@ -232,4 +232,3 @@ int int1a_handler(void)
return retval;
}
-