Skip to content

Commit

Permalink
staging: rtl8192e: Convert typedef PCI_BRIDGE_VENDOR to enum pci_brid…
Browse files Browse the repository at this point in the history
…ge_vendor

Remove typedef from enum.
Rename enum.
Rename uses.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent 456419d commit 2f41781
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/staging/rtl8192e/rtl_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -333,14 +333,14 @@ enum ic_inferiority_8192s {
IC_INFERIORITY_B = 1,
};

typedef enum _PCI_BRIDGE_VENDOR {
enum pci_bridge_vendor {
PCI_BRIDGE_VENDOR_INTEL = 0x0,
PCI_BRIDGE_VENDOR_ATI,
PCI_BRIDGE_VENDOR_AMD,
PCI_BRIDGE_VENDOR_SIS ,
PCI_BRIDGE_VENDOR_UNKNOWN,
PCI_BRIDGE_VENDOR_MAX ,
} PCI_BRIDGE_VENDOR;
};

struct buffer {
struct buffer *next;
Expand Down

0 comments on commit 2f41781

Please sign in to comment.