From 2fff4849617551a4c270e1bd1cff718d5ee2851e Mon Sep 17 00:00:00 2001 From: Felix Held Date: Mon, 8 Feb 2021 19:46:35 +0100 Subject: soc/amd/stoneyridge/memmap: drop __SIMPLE_DEVICE__ No PCI or PNP functions are used in here. Signed-off-by: Felix Held Change-Id: I46851656db1f1866a82f06ceab67c93019cc6af1 Reviewed-on: https://review.coreboot.org/c/coreboot/+/50398 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/soc/amd/stoneyridge/memmap.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/soc/amd/stoneyridge/memmap.c b/src/soc/amd/stoneyridge/memmap.c index 67a431976c..32790ec701 100644 --- a/src/soc/amd/stoneyridge/memmap.c +++ b/src/soc/amd/stoneyridge/memmap.c @@ -1,7 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -#define __SIMPLE_DEVICE__ - #include #include #include -- cgit v1.2.3