aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/boot/apm.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/boot/apm.c')
-rw-r--r--arch/x86/boot/apm.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/boot/apm.c b/arch/x86/boot/apm.c
index eab50c55a3a5..c117c7fb859c 100644
--- a/arch/x86/boot/apm.c
+++ b/arch/x86/boot/apm.c
@@ -19,8 +19,6 @@
#include "boot.h"
-#if defined(CONFIG_APM) || defined(CONFIG_APM_MODULE)
-
int query_apm_bios(void)
{
u16 ax, bx, cx, dx, di;
@@ -95,4 +93,3 @@ int query_apm_bios(void)
return 0;
}
-#endif