nb/intel/i440bx: Remove unnecessary __SIMPLE_DEVICE__

This file is only included in romstage.

Change-Id: Ib9ee6e88e7a6ef81034de608232a05e92a16d5f4
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/36773
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
This commit is contained in:
Arthur Heymans 2019-11-12 11:27:34 +01:00 committed by Patrick Georgi
parent 6aa81fa55e
commit 10c8ad8d78
1 changed files with 0 additions and 2 deletions

View File

@ -13,8 +13,6 @@
* GNU General Public License for more details.
*/
#define __SIMPLE_DEVICE__
#include <arch/romstage.h>
#include <device/pci_ops.h>
#include <cbmem.h>