diff options
author | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | 2012-01-04 07:23:20 -0500 |
---|---|---|
committer | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2012-02-02 17:35:53 -0500 |
commit | ea4caade104490de0fadb64660f9e228c050fb3d (patch) | |
tree | 8a73bba4502ea5865f969b567d6689e7bc01e60b /drivers/net/wireless/iwlwifi/iwl-bus.h | |
parent | 1042db2af183b96cdce5972014d85e8bca0634ad (diff) |
iwlwifi: remove the pointer to dev from the bus layer
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-bus.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-bus.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-bus.h b/drivers/net/wireless/iwlwifi/iwl-bus.h index ce1a9cc106eb..2065c5b74162 100644 --- a/drivers/net/wireless/iwlwifi/iwl-bus.h +++ b/drivers/net/wireless/iwlwifi/iwl-bus.h | |||
@@ -137,14 +137,12 @@ struct iwl_bus_ops { | |||
137 | * | 137 | * |
138 | * This data is common to all bus layer implementations. | 138 | * This data is common to all bus layer implementations. |
139 | * | 139 | * |
140 | * @dev - pointer to struct device * that represents the device | ||
141 | * @ops - pointer to iwl_bus_ops | 140 | * @ops - pointer to iwl_bus_ops |
142 | * @shrd - pointer to iwl_shared which holds shared data from the upper layer | 141 | * @shrd - pointer to iwl_shared which holds shared data from the upper layer |
143 | * NB: for the time being this needs to be set by the upper layer since | 142 | * NB: for the time being this needs to be set by the upper layer since |
144 | * it allocates the shared data | 143 | * it allocates the shared data |
145 | */ | 144 | */ |
146 | struct iwl_bus { | 145 | struct iwl_bus { |
147 | struct device *dev; | ||
148 | const struct iwl_bus_ops *ops; | 146 | const struct iwl_bus_ops *ops; |
149 | struct iwl_shared *shrd; | 147 | struct iwl_shared *shrd; |
150 | 148 | ||