From bb79b0efb810e20becec881e5892b96d0403174e Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Thu, 25 Sep 2003 12:54:55 +0000 Subject: remove last occurence of AMD8111_DEV git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1128 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/southbridge/amd/amd8111/amd8111_smbus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/southbridge/amd') diff --git a/src/southbridge/amd/amd8111/amd8111_smbus.c b/src/southbridge/amd/amd8111/amd8111_smbus.c index 4b938d1eb7..bfa78b3c8a 100644 --- a/src/southbridge/amd/amd8111/amd8111_smbus.c +++ b/src/southbridge/amd/amd8111/amd8111_smbus.c @@ -3,7 +3,7 @@ #include #define PM_BUS 0 -#define PM_DEVFN (AMD8111_DEVFN+3) +#define PM_DEVFN PCI_DEVFN(0x7,3) #define SMBUS_IO_BASE 0x1000 #define SMBHSTSTAT 0 -- cgit v1.2.3