diff options
author | Holger Schurig <hs4233@mail.mn-solutions.de> | 2009-10-22 09:30:58 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-10-27 16:49:58 -0400 |
commit | e93156e7c4c3e2be355cac27c58664e4385c58fd (patch) | |
tree | 2408d6096b2b478cf877a52422464cd045b36a0c /drivers/net/wireless/libertas/cmd.c | |
parent | 560c63383f060b5ea68834e4720ab7bfb4303ff7 (diff) |
libertas: sort and categorize entries in decl.h
This now makes decl.h only contain declarations for functions that don't
have their own *.h file.
No function change.
Signed-off-by: Holger Schurig <hs4233@mail.mn-solutions.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/libertas/cmd.c')
-rw-r--r-- | drivers/net/wireless/libertas/cmd.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/net/wireless/libertas/cmd.c b/drivers/net/wireless/libertas/cmd.c index 5326483b50d2..65fd50d31764 100644 --- a/drivers/net/wireless/libertas/cmd.c +++ b/drivers/net/wireless/libertas/cmd.c | |||
@@ -3,9 +3,10 @@ | |||
3 | * It prepares command and sends it to firmware when it is ready. | 3 | * It prepares command and sends it to firmware when it is ready. |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #include <net/iw_handler.h> | ||
7 | #include <net/lib80211.h> | 6 | #include <net/lib80211.h> |
8 | #include <linux/kfifo.h> | 7 | #include <linux/kfifo.h> |
8 | #include <linux/sched.h> | ||
9 | |||
9 | #include "host.h" | 10 | #include "host.h" |
10 | #include "decl.h" | 11 | #include "decl.h" |
11 | #include "defs.h" | 12 | #include "defs.h" |
@@ -15,6 +16,7 @@ | |||
15 | #include "scan.h" | 16 | #include "scan.h" |
16 | #include "cmd.h" | 17 | #include "cmd.h" |
17 | 18 | ||
19 | |||
18 | static struct cmd_ctrl_node *lbs_get_cmd_ctrl_node(struct lbs_private *priv); | 20 | static struct cmd_ctrl_node *lbs_get_cmd_ctrl_node(struct lbs_private *priv); |
19 | 21 | ||
20 | /** | 22 | /** |