diff options
author | Eric Biederman <ebiederm@xmission.com> | 2004-11-11 03:31:16 +0000 |
---|---|---|
committer | Eric Biederman <ebiederm@xmission.com> | 2004-11-11 03:31:16 +0000 |
commit | 8d54bd4471267bd77f105c48f6c8e12449bd375e (patch) | |
tree | 249ab1f47501b1f4ffea242b6c0353250a8a260b /src/southbridge/amd | |
parent | 624252450f795242e2ef7fddc7adfceae4b2da4a (diff) | |
download | coreboot-8d54bd4471267bd77f105c48f6c8e12449bd375e.tar.xz |
- Remove include of device/chip.h
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1777 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/southbridge/amd')
-rw-r--r-- | src/southbridge/amd/amd8111/amd8111_smbus.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/southbridge/amd/amd8111/amd8111_smbus.c b/src/southbridge/amd/amd8111/amd8111_smbus.c index 2fec77bb17..e881900134 100644 --- a/src/southbridge/amd/amd8111/amd8111_smbus.c +++ b/src/southbridge/amd/amd8111/amd8111_smbus.c @@ -6,7 +6,6 @@ #include <device/pci.h> #include <device/pci_ids.h> #include <device/pci_ops.h> -#include <device/chip.h> #include <device/smbus.h> #include <arch/io.h> #include "amd8111.h" |