diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2010-09-25 16:17:20 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2010-09-25 16:17:20 +0000 |
commit | 5df4168db81d6a113922af66034c6e32f85adb08 (patch) | |
tree | 5860f77adde8f9b70f6809215e84e0e65dff38d3 /src/mainboard/gigabyte | |
parent | f14c9194ff6a0036f2ebec492670dd23a55493d2 (diff) |
Drop some useless "../../../" in #includes (trivial).
Build-tested using abuild.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5844 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/gigabyte')
-rw-r--r-- | src/mainboard/gigabyte/m57sli/acpi_tables.c | 2 | ||||
-rw-r--r-- | src/mainboard/gigabyte/ma785gmt/fadt.c | 2 | ||||
-rw-r--r-- | src/mainboard/gigabyte/ma78gm/fadt.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/mainboard/gigabyte/m57sli/acpi_tables.c b/src/mainboard/gigabyte/m57sli/acpi_tables.c index 846617e64e..66619589e4 100644 --- a/src/mainboard/gigabyte/m57sli/acpi_tables.c +++ b/src/mainboard/gigabyte/m57sli/acpi_tables.c @@ -29,7 +29,7 @@ #include <arch/smp/mpspec.h> #include <device/device.h> #include <device/pci_ids.h> -#include "../../../northbridge/amd/amdk8/amdk8_acpi.h" +#include "northbridge/amd/amdk8/amdk8_acpi.h" #include <cpu/amd/model_fxx_powernow.h> #include <device/pci.h> #include <cpu/amd/amdk8_sysconf.h> diff --git a/src/mainboard/gigabyte/ma785gmt/fadt.c b/src/mainboard/gigabyte/ma785gmt/fadt.c index 0f95aac6fd..851ad8b225 100644 --- a/src/mainboard/gigabyte/ma785gmt/fadt.c +++ b/src/mainboard/gigabyte/ma785gmt/fadt.c @@ -26,7 +26,7 @@ #include <arch/acpi.h> #include <arch/io.h> #include <device/device.h> -#include "../../../southbridge/amd/sb700/sb700.h" +#include "southbridge/amd/sb700/sb700.h" /*extern*/ u16 pm_base = 0x800; /* pm_base should be set in sb acpi */ diff --git a/src/mainboard/gigabyte/ma78gm/fadt.c b/src/mainboard/gigabyte/ma78gm/fadt.c index 0f95aac6fd..851ad8b225 100644 --- a/src/mainboard/gigabyte/ma78gm/fadt.c +++ b/src/mainboard/gigabyte/ma78gm/fadt.c @@ -26,7 +26,7 @@ #include <arch/acpi.h> #include <arch/io.h> #include <device/device.h> -#include "../../../southbridge/amd/sb700/sb700.h" +#include "southbridge/amd/sb700/sb700.h" /*extern*/ u16 pm_base = 0x800; /* pm_base should be set in sb acpi */ |