aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorHolger Freyther <zecke@openmoko.org>2008-11-19 17:10:46 +0000
committerAndy Green <agreen@pads.home.warmcat.com>2008-11-19 17:10:46 +0000
commite19cfdfa7f385ea2601a2faa582d2e78b88ab110 (patch)
tree74cd85692da3334ee672cbbd390e9666513a336e /include
parent7acb8fa9c7540a203cfd9b9ef01f737f16a42890 (diff)
From fa269b44512a03523b164c3cebc20312748c524b Mon Sep 17 00:00:00 2001
Subject: [PATCH] [ar6k] Build the wireless driver without DEBUG - Remove DEBUG from the Makefile - Do not send events through netlink to userspace. We might need to reevaluate this. But we seem to use wireless_send_event at the right places. (SEND_EVENT_TO_APP) - Do not report debug logs to apps (REPORT_DEBUG_LOGS_TO_APP) Signed-Off-By: Holger Freyther <zecke@openmoko.org>
Diffstat (limited to 'include')
-rw-r--r--include/linux/sdio/ctsystem_linux.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/sdio/ctsystem_linux.h b/include/linux/sdio/ctsystem_linux.h
index cdfe67082d2..af85c2c5d2c 100644
--- a/include/linux/sdio/ctsystem_linux.h
+++ b/include/linux/sdio/ctsystem_linux.h
@@ -202,8 +202,6 @@ typedef struct scatterlist SDDMA_DESCRIPTOR, *PSDDMA_DESCRIPTOR;
#define DBG_SDIO_MASK (DBG_MASK_NONE | DBG_LEVEL_DEBUG)
-#define DEBUG 1
-
#ifdef DEBUG
#define DBG_ASSERT(test) \