libpayload: Fix renaming of REG_CLASS_DEV to REG_SUBCLASS

REG_CLASS_DEV was renamed to REG_SUBCLASS.

Change-Id: I4af476b953b544f680337d815889564f016563eb
Signed-off-by: Nico Huber <nico.huber@secunet.com>
Reviewed-on: http://review.coreboot.org/1986
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
Nico Huber 2012-12-07 15:45:10 +01:00
parent 1224626e3b
commit c95f2f5615
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
#include <pci.h>
#define PCI_CLASS_DEVICE REG_CLASS_DEV
#define PCI_CLASS_DEVICE REG_SUBCLASS
#define PCI_SUBSYSTEM_VENDOR_ID REG_SUBSYS_VENDOR_ID
#define PCI_SUBSYSTEM_ID REG_SUBSYS_ID