aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/csr/unifi_os.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/csr/unifi_os.h')
-rw-r--r--drivers/staging/csr/unifi_os.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/staging/csr/unifi_os.h b/drivers/staging/csr/unifi_os.h
index 13c7d86d7ce..c72b3a6266a 100644
--- a/drivers/staging/csr/unifi_os.h
+++ b/drivers/staging/csr/unifi_os.h
@@ -61,12 +61,6 @@ extern int unifi_debug;
* etc.
*/
-#define func_exit() \
- do { \
- if (unifi_debug >= 5) { \
- printk("unifi: <= %s\n", __FUNCTION__); \
- } \
- } while (0)
#define func_exit_r(_rc) \
do { \
if (unifi_debug >= 5) { \
@@ -101,7 +95,6 @@ void unifi_trace(void* ospriv, int level, const char *fmt, ...);
#else
/* Stubs */
-#define func_exit()
#define func_exit_r(_rc)
#define ASSERT(cond)