diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-12-12 15:05:33 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2018-12-18 13:56:02 +0000 |
commit | bb071c1283d86970c3140cf21ac3294a889d31f6 (patch) | |
tree | 377670e51cecf81b8125769a211115e22fccdf3d /src/southbridge/amd/agesa | |
parent | 586f24dab48c187c739ab725589248ff02999f3a (diff) | |
download | coreboot-bb071c1283d86970c3140cf21ac3294a889d31f6.tar.xz |
southbridge: Remove unneeded include <pc80/mc146818rtc.h>
Change-Id: Ic3f7d4d570cb5e343a9cf616e6e71935f9522b0a
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/29308
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/southbridge/amd/agesa')
-rw-r--r-- | src/southbridge/amd/agesa/hudson/sm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/southbridge/amd/agesa/hudson/sm.c b/src/southbridge/amd/agesa/hudson/sm.c index 08ec59fa45..927c73fb01 100644 --- a/src/southbridge/amd/agesa/hudson/sm.c +++ b/src/southbridge/amd/agesa/hudson/sm.c @@ -18,7 +18,6 @@ #include <device/pci_ids.h> #include <device/pci_ops.h> #include <device/smbus.h> -#include <pc80/mc146818rtc.h> #include <arch/io.h> #include <cpu/x86/lapic.h> #include <arch/ioapic.h> |