Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 337296
b: refs/heads/master
c: ea50aab
h: refs/heads/master
v: v3
  • Loading branch information
Devendra Naga authored and Greg Kroah-Hartman committed Oct 26, 2012
1 parent 457ef99 commit 36a8168
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 92 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7f7a252cd0dc65565f0fd62a8364670dac77e21b
refs/heads/master: ea50aab519738a2cbb890053e255419c0b39e962
3 changes: 1 addition & 2 deletions trunk/drivers/staging/csr/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,4 @@ csr_helper-y := csr_time.o \
csr_framework_ext.o \
csr_wifi_serialize_primitive_types.o \
csr_serialize_primitive_types.o \
csr_msgconv.o \
csr_panic.o
csr_msgconv.o
1 change: 0 additions & 1 deletion trunk/drivers/staging/csr/csr_framework_ext.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
#include <linux/bitops.h>

#include "csr_framework_ext.h"
#include "csr_panic.h"

/*----------------------------------------------------------------------------*
* NAME
Expand Down
13 changes: 0 additions & 13 deletions trunk/drivers/staging/csr/csr_log.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
*****************************************************************************/

#include "csr_sched.h"
#include "csr_panic.h"
#include "csr_prim_defs.h"
#include "csr_msgconv.h"

Expand Down Expand Up @@ -80,18 +79,6 @@ u8 CsrLogTaskIsFiltered(CsrSchedQid taskId, CsrLogLevelTask level);
#define CSR_LOG_STRINGIFY_REAL(a) (#a)
#define CSR_LOG_STRINGIFY(a) CSR_LOG_STRINGIFY_REAL(a)

#ifdef CSR_LOG_ASSERT_ENABLE
#define CSR_LOG_ASSERT(cond) \
do { \
if (!(cond)) { \
char *panic_arg = "[" __FILE__ ":" CSR_LOG_STRINGIFY(__LINE__) "] - " CSR_LOG_STRINGIFY(cond); \
CsrPanic(CSR_TECH_FW, CSR_PANIC_FW_ASSERTION_FAIL, panic_arg); \
} \
} while (0)
#else
#define CSR_LOG_ASSERT(cond)
#endif

typedef struct {
u16 primitiveType;
const char *primitiveName;
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/staging/csr/csr_msgconv.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
#include <linux/module.h>
#include <linux/types.h>
#include <linux/slab.h>
#include "csr_panic.h"
#include "csr_sched.h"
#include "csr_msgconv.h"
#include "csr_macro.h"
Expand Down
20 changes: 0 additions & 20 deletions trunk/drivers/staging/csr/csr_panic.c

This file was deleted.

53 changes: 0 additions & 53 deletions trunk/drivers/staging/csr/csr_panic.h

This file was deleted.

1 change: 0 additions & 1 deletion trunk/drivers/staging/csr/csr_wifi_fsm_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ extern "C" {

#include <linux/types.h>
#include "csr_macro.h"
#include "csr_panic.h"
#include "csr_sched.h"

#ifdef CSR_WIFI_FSM_MUTEX_ENABLE
Expand Down

0 comments on commit 36a8168

Please sign in to comment.