projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
456419d
)
staging: rtl8192e: Convert typedef PCI_BRIDGE_VENDOR to enum pci_bridge_vendor
author
Larry Finger
<Larry.Finger@lwfinger.net>
Wed, 20 Jul 2011 00:53:52 +0000
(19:53 -0500)
committer
Larry Finger
<Larry.Finger@lwfinger.net>
Wed, 24 Aug 2011 15:52:38 +0000
(10:52 -0500)
Remove typedef from enum.
Rename enum.
Rename uses.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
drivers/staging/rtl8192e/rtl_core.h
patch
|
blob
|
history
diff --git
a/drivers/staging/rtl8192e/rtl_core.h
b/drivers/staging/rtl8192e/rtl_core.h
index aca9bf3648c200e65225d59fe7d8ff036385d38c..3a2cfa0cfabbb0b3e34e1da59e6a1cb942f01104 100644
(file)
--- 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;