diff options
Diffstat (limited to 'drivers/net/wireless/libertas/decl.h')
-rw-r--r-- | drivers/net/wireless/libertas/decl.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/net/wireless/libertas/decl.h b/drivers/net/wireless/libertas/decl.h index d6fcb339f5c2..40f56bb1eac8 100644 --- a/drivers/net/wireless/libertas/decl.h +++ b/drivers/net/wireless/libertas/decl.h | |||
@@ -6,6 +6,8 @@ | |||
6 | #ifndef _WLAN_DECL_H_ | 6 | #ifndef _WLAN_DECL_H_ |
7 | #define _WLAN_DECL_H_ | 7 | #define _WLAN_DECL_H_ |
8 | 8 | ||
9 | #include <linux/device.h> | ||
10 | |||
9 | #include "defs.h" | 11 | #include "defs.h" |
10 | 12 | ||
11 | /** Function Prototype Declaration */ | 13 | /** Function Prototype Declaration */ |
@@ -79,10 +81,10 @@ int libertas_init_fw(wlan_private * priv, char *fw_name); | |||
79 | /* main.c */ | 81 | /* main.c */ |
80 | struct chan_freq_power *libertas_get_region_cfp_table(u8 region, u8 band, | 82 | struct chan_freq_power *libertas_get_region_cfp_table(u8 region, u8 band, |
81 | int *cfp_no); | 83 | int *cfp_no); |
82 | wlan_private *libertas_add_card(void *card); | 84 | wlan_private *libertas_add_card(void *card, struct device *dmdev); |
83 | int libertas_activate_card(wlan_private *priv, char *fw_name); | 85 | int libertas_activate_card(wlan_private *priv, char *fw_name); |
84 | int libertas_remove_card(wlan_private *priv); | 86 | int libertas_remove_card(wlan_private *priv); |
85 | int libertas_add_mesh(wlan_private *priv); | 87 | int libertas_add_mesh(wlan_private *priv, struct device *dev); |
86 | void libertas_remove_mesh(wlan_private *priv); | 88 | void libertas_remove_mesh(wlan_private *priv); |
87 | 89 | ||
88 | 90 | ||