bus_managers/pci: Fix -Wmismatched-tags

Replace class with struct, since PCIDev is previously declared
as a struct in pci.h
Pointed by clang  [-Wmismatched-tags]

Change-Id: I6d85a8e4faa039c9905e4710715331e72beff413
Reviewed-on: https://review.haiku-os.org/481
Reviewed-by: waddlesplash <waddlesplash@gmail.com>
This commit is contained in:
Murai Takashi 2018-08-25 17:44:32 +09:00 committed by waddlesplash
parent 992ba1a5ce
commit 6d99295f41

View File

@ -13,7 +13,7 @@
// Message Signaled Interrupts
class PCIDev;
struct PCIDev;
// MSI
typedef struct msi_info {