summaryrefslogtreecommitdiffstats
path: root/src/mainboard/amd/serenade
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2006-11-02 14:11:34 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2006-11-02 14:11:34 +0000
commit9c33b7b81e611526998d1b58b7177e7bdf63dacc (patch)
tree823db06a19b9f009b79036e485e373c39f7e6a9d /src/mainboard/amd/serenade
parenta4c56c33ac345fcf93fbfa9321e2d536f0b10218 (diff)
downloadcoreboot-staging-9c33b7b81e611526998d1b58b7177e7bdf63dacc.zip
coreboot-staging-9c33b7b81e611526998d1b58b7177e7bdf63dacc.tar.gz
Remove some unneeded #includes from most mainboard.c files.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2485 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/amd/serenade')
-rw-r--r--src/mainboard/amd/serenade/mainboard.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mainboard/amd/serenade/mainboard.c b/src/mainboard/amd/serenade/mainboard.c
index 00e44be..3834d02 100644
--- a/src/mainboard/amd/serenade/mainboard.c
+++ b/src/mainboard/amd/serenade/mainboard.c
@@ -1,10 +1,7 @@
-#include <console/console.h>
#include <device/device.h>
-#include <device/pci.h>
-#include <device/pci_ids.h>
-#include <device/pci_ops.h>
#include "chip.h"
struct chip_operations mainboard_amd_serenade_ops = {
CHIP_NAME("AMD Serenade mainboard")
};
+
OpenPOWER on IntegriCloud