diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2022-12-18 18:09:43 +0200 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2023-04-21 15:12:39 +0000 |
commit | 88c94fead3c2b16801e27ea8102d13917bf62547 (patch) | |
tree | 3041c64ae5fe3be8a6c5e375a89916142a0f753d /src/southbridge/amd | |
parent | 91c8c39eb82e285ff1a99e2b0102956ecc480711 (diff) |
Drop unused include <version.h>
Change-Id: I7d0718b5d2e0dd16eb90f63dd9d33329a2d808ba
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/74448
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/southbridge/amd')
-rw-r--r-- | src/southbridge/amd/pi/hudson/fadt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/southbridge/amd/pi/hudson/fadt.c b/src/southbridge/amd/pi/hudson/fadt.c index fe286fe273..1865d36b2c 100644 --- a/src/southbridge/amd/pi/hudson/fadt.c +++ b/src/southbridge/amd/pi/hudson/fadt.c @@ -7,7 +7,6 @@ #include <console/console.h> #include <acpi/acpi.h> #include <device/device.h> -#include <version.h> #include "hudson.h" #include "smi.h" |