diff options
author | Stanislav Fomichev <kernel@fomichev.me> | 2011-04-10 14:34:21 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-04-25 19:29:42 -0400 |
commit | b68692e795dc0e4f52139c2840a3c2f88a8d2e7f (patch) | |
tree | d5d84d7ee00d27942c086fb6055fbb71f302344c | |
parent | 85633f62b5693e6c7b56d1b3db83bd5e56776ae3 (diff) |
brcm80211: remove unused struct ppb_config_regs
Signed-off-by: Stanislav Fomichev <kernel@fomichev.me>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r-- | drivers/staging/brcm80211/include/pcicfg.h | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/drivers/staging/brcm80211/include/pcicfg.h b/drivers/staging/brcm80211/include/pcicfg.h index dff8ae55c7e1..eefcc04c34f6 100644 --- a/drivers/staging/brcm80211/include/pcicfg.h +++ b/drivers/staging/brcm80211/include/pcicfg.h | |||
@@ -52,56 +52,6 @@ typedef struct _pci_config_regs { | |||
52 | } pci_config_regs; | 52 | } pci_config_regs; |
53 | 53 | ||
54 | #define SZPCR (sizeof (pci_config_regs)) | 54 | #define SZPCR (sizeof (pci_config_regs)) |
55 | #define MINSZPCR 64 /* offsetof (dev_dep[0] */ | ||
56 | |||
57 | /* Classes and subclasses */ | ||
58 | |||
59 | /* Overlay for a PCI-to-PCI bridge */ | ||
60 | |||
61 | #define PPB_RSVDA_MAX 2 | ||
62 | #define PPB_RSVDD_MAX 8 | ||
63 | |||
64 | typedef struct _ppb_config_regs { | ||
65 | u16 vendor; | ||
66 | u16 device; | ||
67 | u16 command; | ||
68 | u16 status; | ||
69 | u8 rev_id; | ||
70 | u8 prog_if; | ||
71 | u8 sub_class; | ||
72 | u8 base_class; | ||
73 | u8 cache_line_size; | ||
74 | u8 latency_timer; | ||
75 | u8 header_type; | ||
76 | u8 bist; | ||
77 | u32 rsvd_a[PPB_RSVDA_MAX]; | ||
78 | u8 prim_bus; | ||
79 | u8 sec_bus; | ||
80 | u8 sub_bus; | ||
81 | u8 sec_lat; | ||
82 | u8 io_base; | ||
83 | u8 io_lim; | ||
84 | u16 sec_status; | ||
85 | u16 mem_base; | ||
86 | u16 mem_lim; | ||
87 | u16 pf_mem_base; | ||
88 | u16 pf_mem_lim; | ||
89 | u32 pf_mem_base_hi; | ||
90 | u32 pf_mem_lim_hi; | ||
91 | u16 io_base_hi; | ||
92 | u16 io_lim_hi; | ||
93 | u16 subsys_vendor; | ||
94 | u16 subsys_id; | ||
95 | u32 rsvd_b; | ||
96 | u8 rsvd_c; | ||
97 | u8 int_pin; | ||
98 | u16 bridge_ctrl; | ||
99 | u8 chip_ctrl; | ||
100 | u8 diag_ctrl; | ||
101 | u16 arb_ctrl; | ||
102 | u32 rsvd_d[PPB_RSVDD_MAX]; | ||
103 | u8 dev_dep[192]; | ||
104 | } ppb_config_regs; | ||
105 | 55 | ||
106 | /* Everything below is BRCM HND proprietary */ | 56 | /* Everything below is BRCM HND proprietary */ |
107 | 57 | ||