diff options
Diffstat (limited to 'src/soc/amd/stoneyridge/include')
-rw-r--r-- | src/soc/amd/stoneyridge/include/soc/pci_devs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/amd/stoneyridge/include/soc/pci_devs.h b/src/soc/amd/stoneyridge/include/soc/pci_devs.h index caa4765b1c..9b3daecd8d 100644 --- a/src/soc/amd/stoneyridge/include/soc/pci_devs.h +++ b/src/soc/amd/stoneyridge/include/soc/pci_devs.h @@ -41,7 +41,7 @@ #define HDA0_DEV 0x1 #define HDA0_FUNC 1 #define HDA0_DEVID 015b3 -#define HDA0_DEVFN PCI_DEVFN(HDA_DEV, HDA_FUNC) +#define HDA0_DEVFN PCI_DEVFN(HDA0_DEV, HDA0_FUNC) /* Host Bridge */ #define HOST_DEV 0x2 @@ -155,7 +155,7 @@ #define HDA0_DEV 0x1 #define HDA0_FUNC 1 #define HDA0_DEVID 015b3 -#define HDA0_DEVFN PCI_DEVFN(HDA_DEV, HDA_FUNC) +#define HDA0_DEVFN PCI_DEVFN(HDA0_DEV, HDA0_FUNC) /* Host Bridge */ #define HOST_DEV 0x2 |