No semicolons on defines.

This commit is contained in:
Fredrik Holmqvist 2014-09-05 18:44:16 +02:00
parent 1c7917f33e
commit 76a17ee226

View File

@ -38,8 +38,8 @@ extern "C" {
#define ERROR(x...) dprintf("acpi: " x)
#define PIC_MODE 0;
#define APIC_MODE 1;
#define PIC_MODE 0
#define APIC_MODE 1
#define ACPI_DEVICE_ID_LENGTH 0x08