summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e/rtl_core.h
diff options
context:
space:
mode:
authorLarry Finger <Larry.Finger@lwfinger.net>2011-07-19 19:53:52 -0500
committerLarry Finger <Larry.Finger@lwfinger.net>2011-08-24 10:52:38 -0500
commit2f4178151aa52e7b41c5c5082d5c385ceac0e3ea (patch)
tree8516feb9e3929cdbce768a3dbb3bfbe593088b58 /drivers/staging/rtl8192e/rtl_core.h
parent456419dbb389498042ea2808600d25b67f687716 (diff)
downloadop-kernel-dev-2f4178151aa52e7b41c5c5082d5c385ceac0e3ea.zip
op-kernel-dev-2f4178151aa52e7b41c5c5082d5c385ceac0e3ea.tar.gz
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>
Diffstat (limited to 'drivers/staging/rtl8192e/rtl_core.h')
-rw-r--r--drivers/staging/rtl8192e/rtl_core.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/rtl8192e/rtl_core.h b/drivers/staging/rtl8192e/rtl_core.h
index aca9bf3..3a2cfa0 100644
--- a/drivers/staging/rtl8192e/rtl_core.h
+++ b/drivers/staging/rtl8192e/rtl_core.h
@@ -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;
OpenPOWER on IntegriCloud