diff options
author | Luciano Coelho <coelho@ti.com> | 2011-10-07 12:02:42 +0400 |
---|---|---|
committer | Luciano Coelho <coelho@ti.com> | 2011-10-11 17:19:05 +0400 |
commit | 0f4e31222a2c0b93f25a87effd2033cb78c7a79c (patch) | |
tree | 86837c14bb534ff82a7a4eb8925d425edf6d0c4d /drivers/net/wireless/wl12xx/tx.c | |
parent | f79f890c9ccd8d10f7e5e2f7c590b0c2e854bfb6 (diff) | |
download | linux-0f4e31222a2c0b93f25a87effd2033cb78c7a79c.tar.xz |
wl12xx: move debugging definitions to a separate file
Separate the debugging macros and other definitions to a new debug.h
file. This is be needed because the sdio and spi modules don't need
to depend on the wl12xx module anymore, but still need to include
wl12xx.h. Currently they do depend on it, because of the debugging
global that wl12xx exports. A future patch will remove this
dependency.
Signed-off-by: Luciano Coelho <coelho@ti.com>
Diffstat (limited to 'drivers/net/wireless/wl12xx/tx.c')
-rw-r--r-- | drivers/net/wireless/wl12xx/tx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/wl12xx/tx.c b/drivers/net/wireless/wl12xx/tx.c index 5aeef95229eb..5351f015feef 100644 --- a/drivers/net/wireless/wl12xx/tx.c +++ b/drivers/net/wireless/wl12xx/tx.c @@ -26,6 +26,7 @@ #include <linux/etherdevice.h> #include "wl12xx.h" +#include "debug.h" #include "io.h" #include "reg.h" #include "ps.h" |