Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 318179
b: refs/heads/master
c: d63123f
h: refs/heads/master
i:
  318177: 768ee17
  318175: 27e4f68
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Jul 20, 2012
1 parent f1d6ad7 commit e90bdb9
Show file tree
Hide file tree
Showing 20 changed files with 19 additions and 37 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: df738509ba49617303f7f07cda4fb6066fec0ed7
refs/heads/master: d63123fc5084d5e38074ad8fb3f08a39747bcea6
3 changes: 1 addition & 2 deletions trunk/drivers/staging/csr/csr_formatted_io.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@
on the license terms.
*****************************************************************************/

#include <linux/kernel.h>
#include "csr_formatted_io.h"
#include "csr_util.h"

s32 CsrSnprintf(char *dest, size_t n, const char *fmt, ...)
{
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/csr/csr_msgconv.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#include "csr_panic.h"
#include "csr_sched.h"
#include "csr_msgconv.h"
#include "csr_util.h"
#include "csr_macro.h"

static CsrMsgConvEntry *converter;

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/csr/csr_pmem.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*****************************************************************************/

#include <linux/types.h>
#include "csr_util.h"
#include "csr_macro.h"

#ifdef __cplusplus
extern "C" {
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/csr/csr_serialize_primitive_types.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include <linux/module.h>
#include "csr_prim_defs.h"
#include "csr_msgconv.h"
#include "csr_util.h"
#include "csr_macro.h"
#include "csr_pmem.h"
#include "csr_lib.h"

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/csr/csr_utf16.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include <linux/module.h>
#include "csr_pmem.h"
#include "csr_unicode.h"
#include "csr_util.h"
#include "csr_macro.h"

#define UNI_SUR_HIGH_START ((u32) 0xD800)
#define UNI_SUR_HIGH_END ((u32) 0xDBFF)
Expand Down
16 changes: 0 additions & 16 deletions trunk/drivers/staging/csr/csr_util.h

This file was deleted.

2 changes: 1 addition & 1 deletion trunk/drivers/staging/csr/csr_wifi_fsm_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ extern "C" {
#endif

#include <linux/types.h>
#include "csr_util.h"
#include "csr_macro.h"
#include "csr_pmem.h"
#include "csr_panic.h"
#include "csr_sched.h"
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/csr/csr_wifi_hip_unifi.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ extern "C" {
#include "csr_framework_ext.h" /* from the synergy porting folder */
#include "csr_sdio.h" /* from the synergy porting folder */
#include "csr_pmem.h" /* from the synergy porting folder */
#include "csr_util.h" /* from the synergy porting folder */
#include "csr_macro.h" /* from the synergy porting folder */
#include "csr_formatted_io.h" /* from the synergy gsp folder */
#include "csr_wifi_result.h"

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/csr/csr_wifi_nme_ap_converter_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

#include "csr_msgconv.h"
#include "csr_pmem.h"
#include "csr_util.h"
#include "csr_macro.h"

#ifdef CSR_WIFI_NME_ENABLE
#ifdef CSR_WIFI_AP_ENABLE
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/csr/csr_wifi_nme_ap_lib.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

#include "csr_pmem.h"
#include "csr_sched.h"
#include "csr_util.h"
#include "csr_macro.h"
#include "csr_msg_transport.h"

#include "csr_wifi_lib.h"
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/csr/csr_wifi_nme_lib.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

#include "csr_pmem.h"
#include "csr_sched.h"
#include "csr_util.h"
#include "csr_macro.h"
#include "csr_msg_transport.h"

#include "csr_wifi_lib.h"
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/csr/csr_wifi_router_converter_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

#include "csr_msgconv.h"
#include "csr_pmem.h"
#include "csr_util.h"
#include "csr_macro.h"


#ifdef CSR_LOG_ENABLE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@

#include "csr_msgconv.h"
#include "csr_pmem.h"
#include "csr_util.h"

#include "csr_macro.h"

#ifdef CSR_LOG_ENABLE
#include "csr_log.h"
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/csr/csr_wifi_router_ctrl_lib.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

#include "csr_pmem.h"
#include "csr_sched.h"
#include "csr_util.h"
#include "csr_macro.h"
#include "csr_msg_transport.h"

#include "csr_wifi_lib.h"
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/csr/csr_wifi_router_lib.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

#include "csr_pmem.h"
#include "csr_sched.h"
#include "csr_util.h"
#include "csr_macro.h"
#include "csr_msg_transport.h"

#include "csr_wifi_lib.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

#include <linux/module.h>
#include "csr_pmem.h"
#include "csr_util.h"
#include "csr_macro.h"
#include "csr_msgconv.h"
#include "csr_wifi_msgconv.h"
#include "csr_wifi_lib.h"
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/csr/csr_wifi_sme_ap_lib.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

#include "csr_pmem.h"
#include "csr_sched.h"
#include "csr_util.h"
#include "csr_macro.h"
#include "csr_msg_transport.h"

#include "csr_wifi_lib.h"
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/csr/csr_wifi_sme_converter_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

#include "csr_msgconv.h"
#include "csr_pmem.h"
#include "csr_util.h"
#include "csr_macro.h"


#ifdef CSR_LOG_ENABLE
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/csr/csr_wifi_sme_lib.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

#include "csr_pmem.h"
#include "csr_sched.h"
#include "csr_util.h"
#include "csr_macro.h"
#include "csr_msg_transport.h"

#include "csr_wifi_lib.h"
Expand Down

0 comments on commit e90bdb9

Please sign in to comment.