From c49664f3573656eaf3ed6c3886604ad2a9aae3fd Mon Sep 17 00:00:00 2001 From: Larry Finger Date: Tue, 19 Jul 2011 19:53:52 -0500 Subject: [PATCH] --- yaml --- r: 267848 b: refs/heads/master c: 2f4178151aa52e7b41c5c5082d5c385ceac0e3ea h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/staging/rtl8192e/rtl_core.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index a7adba4dccff..f44232c78c48 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 456419dbb389498042ea2808600d25b67f687716 +refs/heads/master: 2f4178151aa52e7b41c5c5082d5c385ceac0e3ea diff --git a/trunk/drivers/staging/rtl8192e/rtl_core.h b/trunk/drivers/staging/rtl8192e/rtl_core.h index aca9bf3648c2..3a2cfa0cfabb 100644 --- a/trunk/drivers/staging/rtl8192e/rtl_core.h +++ b/trunk/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;