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/amd/norwich | |
parent | f14c9194ff6a0036f2ebec492670dd23a55493d2 (diff) | |
download | coreboot-5df4168db81d6a113922af66034c6e32f85adb08.tar.xz |
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/amd/norwich')
-rw-r--r-- | src/mainboard/amd/norwich/irq_tables.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/amd/norwich/irq_tables.c b/src/mainboard/amd/norwich/irq_tables.c index 4aaf6743b9..91afe6560f 100644 --- a/src/mainboard/amd/norwich/irq_tables.c +++ b/src/mainboard/amd/norwich/irq_tables.c @@ -21,7 +21,7 @@ #include <console/console.h> #include <arch/io.h> #include <arch/pirq_routing.h> -#include "../../../southbridge/amd/cs5536/cs5536.h" +#include "southbridge/amd/cs5536/cs5536.h" /* Platform IRQs */ #define PIRQA 11 |