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/winent | |
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/winent')
-rw-r--r-- | src/mainboard/winent/pl6064/irq_tables.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/winent/pl6064/irq_tables.c b/src/mainboard/winent/pl6064/irq_tables.c index c912b37e3e..48c26b0f59 100644 --- a/src/mainboard/winent/pl6064/irq_tables.c +++ b/src/mainboard/winent/pl6064/irq_tables.c @@ -22,7 +22,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 |