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:
parent
992ba1a5ce
commit
6d99295f41
@ -13,7 +13,7 @@
|
||||
// Message Signaled Interrupts
|
||||
|
||||
|
||||
class PCIDev;
|
||||
struct PCIDev;
|
||||
|
||||
// MSI
|
||||
typedef struct msi_info {
|
||||
|
Loading…
Reference in New Issue
Block a user