summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/wl12xx/acx.c
diff options
context:
space:
mode:
authorLuciano Coelho2011-10-07 10:02:42 +0200
committerLuciano Coelho2011-10-11 15:19:05 +0200
commit0f4e31222a2c0b93f25a87effd2033cb78c7a79c (patch)
tree86837c14bb534ff82a7a4eb8925d425edf6d0c4d /drivers/net/wireless/wl12xx/acx.c
parentwl12xx: drop unneeded plat_dev (diff)
downloadkernel-qcow2-linux-0f4e31222a2c0b93f25a87effd2033cb78c7a79c.tar.gz
kernel-qcow2-linux-0f4e31222a2c0b93f25a87effd2033cb78c7a79c.tar.xz
kernel-qcow2-linux-0f4e31222a2c0b93f25a87effd2033cb78c7a79c.zip
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/acx.c')
-rw-r--r--drivers/net/wireless/wl12xx/acx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/wl12xx/acx.c b/drivers/net/wireless/wl12xx/acx.c
index e2e46705059d..bde1d862bdd5 100644
--- a/drivers/net/wireless/wl12xx/acx.c
+++ b/drivers/net/wireless/wl12xx/acx.c
@@ -29,6 +29,7 @@
#include <linux/slab.h>
#include "wl12xx.h"
+#include "debug.h"
#include "wl12xx_80211.h"
#include "reg.h"
#include "ps.h"