Skip to content

Commit

Permalink
ukern: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
gianlzed committed Feb 4, 2018
1 parent 93ccadc commit 04333c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ukern/acpica/acpi.c
Expand Up @@ -59,7 +59,8 @@ char *madt_subtstr[] = {

#if _DREX_MACHINE==i386

#include <machine/uk/apic.h>
#include <machine/uk/lapic.h>
#include <machine/uk/ioapic.h>

#define madt_foreach(_cases) \
do { \
Expand Down
1 change: 0 additions & 1 deletion ukern/i386/src/platform.h
Expand Up @@ -30,7 +30,6 @@
#ifndef _i386_platform_h
#define _i386_platform_h

#include <machine/uk/apic.h>
#include "i386.h"

void platform_init(void);
Expand Down

0 comments on commit 04333c0

Please sign in to comment.