staging: rtl8192e: Convert typedef PCI_BRIDGE_VENDOR to enum pci_bridge_vendor
Remove typedef from enum. Rename enum. Rename uses. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
456419dbb3
commit
2f4178151a
1 changed files with 2 additions and 2 deletions
|
@ -333,14 +333,14 @@ enum ic_inferiority_8192s {
|
||||||
IC_INFERIORITY_B = 1,
|
IC_INFERIORITY_B = 1,
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef enum _PCI_BRIDGE_VENDOR {
|
enum pci_bridge_vendor {
|
||||||
PCI_BRIDGE_VENDOR_INTEL = 0x0,
|
PCI_BRIDGE_VENDOR_INTEL = 0x0,
|
||||||
PCI_BRIDGE_VENDOR_ATI,
|
PCI_BRIDGE_VENDOR_ATI,
|
||||||
PCI_BRIDGE_VENDOR_AMD,
|
PCI_BRIDGE_VENDOR_AMD,
|
||||||
PCI_BRIDGE_VENDOR_SIS ,
|
PCI_BRIDGE_VENDOR_SIS ,
|
||||||
PCI_BRIDGE_VENDOR_UNKNOWN,
|
PCI_BRIDGE_VENDOR_UNKNOWN,
|
||||||
PCI_BRIDGE_VENDOR_MAX ,
|
PCI_BRIDGE_VENDOR_MAX ,
|
||||||
} PCI_BRIDGE_VENDOR;
|
};
|
||||||
|
|
||||||
struct buffer {
|
struct buffer {
|
||||||
struct buffer *next;
|
struct buffer *next;
|
||||||
|
|
Loading…
Add table
Reference in a new issue