Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 318161
b: refs/heads/master
c: 980b5a2
h: refs/heads/master
i:
  318159: 692b376
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Jul 20, 2012
1 parent 6f4bb84 commit 89dd80b
Show file tree
Hide file tree
Showing 63 changed files with 23 additions and 101 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: b6b5244e4f1ccf838cce8499732449f26c119b88
refs/heads/master: 980b5a2b0d90294a8b56cf999ecd1a5c31e5a173
1 change: 0 additions & 1 deletion trunk/drivers/staging/csr/csr_formatted_io.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
*****************************************************************************/

#include "csr_types.h"
#include "csr_formatted_io.h"
#include "csr_util.h"

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

#include "csr_types.h"
#include <linux/types.h>

s32 CsrSnprintf(char *dest, size_t n, const char *fmt, ...);

Expand Down
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 @@ -28,7 +28,6 @@

#include <linux/bitops.h>

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

Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/staging/csr/csr_framework_ext.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
*****************************************************************************/

#include "csr_types.h"
#include "csr_result.h"
#include "csr_framework_ext_types.h"

Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/staging/csr/csr_framework_ext_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
*****************************************************************************/

#include "csr_types.h"

#ifdef __KERNEL__
#include <linux/kthread.h>
#include <linux/semaphore.h>
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/staging/csr/csr_lib.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
*****************************************************************************/

#include "csr_types.h"
#include "csr_prim_defs.h"

#ifdef __cplusplus
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/staging/csr/csr_log.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
*****************************************************************************/

#include "csr_types.h"
#include "csr_sched.h"
#include "csr_panic.h"
#include "csr_prim_defs.h"
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/staging/csr/csr_log_configure.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
*****************************************************************************/

#include "csr_types.h"
#include "csr_log.h"

#ifdef __cplusplus
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/staging/csr/csr_log_text.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
*****************************************************************************/

#include "csr_types.h"
#include "csr_log_configure.h"

#ifdef __cplusplus
Expand Down
5 changes: 4 additions & 1 deletion trunk/drivers/staging/csr/csr_macro.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,15 @@
*****************************************************************************/

#include "csr_types.h"
#include <linux/types.h>

#ifdef __cplusplus
extern "C" {
#endif

#define FALSE (0)
#define TRUE (1)

/*------------------------------------------------------------------*/
/* Bits - intended to operate on u32 values */
/*------------------------------------------------------------------*/
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 @@ -9,7 +9,7 @@
*****************************************************************************/

#include <linux/module.h>
#include "csr_types.h"
#include <linux/types.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_msgconv.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*****************************************************************************/

#include "csr_types.h"
#include <linux/types.h>
#include "csr_prim_defs.h"
#include "csr_sched.h"
#include "csr_unicode.h"
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/staging/csr/csr_panic.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
#include <linux/version.h>
#include <linux/module.h>

#include "csr_types.h"
#include "csr_panic.h"

void CsrPanic(u8 tech, u16 reason, const char *p)
Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/staging/csr/csr_panic.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
on the license terms.
*****************************************************************************/
#include "csr_types.h"

#ifdef __cplusplus
extern "C" {
#endif
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 @@ -10,7 +10,7 @@
*****************************************************************************/

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

#ifdef __cplusplus
Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/staging/csr/csr_prim_defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
on the license terms.
*****************************************************************************/
#include "csr_types.h"

#ifdef __cplusplus
extern "C" {
#endif
Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/staging/csr/csr_result.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
*****************************************************************************/

#include "csr_types.h"

#ifdef __cplusplus
extern "C" {
#endif
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/csr/csr_sched.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
on the license terms.
*****************************************************************************/
#include "csr_types.h"
#include <linux/types.h>
#include "csr_time.h"

#ifdef __cplusplus
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/staging/csr/csr_sdio.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
*****************************************************************************/

#include "csr_types.h"
#include "csr_result.h"

#ifdef __cplusplus
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/staging/csr/csr_serialize_primitive_types.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
*****************************************************************************/

#include <linux/module.h>
#include "csr_types.h"
#include "csr_prim_defs.h"
#include "csr_msgconv.h"
#include "csr_util.h"
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/staging/csr/csr_time.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#include <linux/time.h>
#include <linux/module.h>

#include "csr_types.h"
#include "csr_time.h"

CsrTime CsrTimeGet(CsrTime *high)
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/csr/csr_time.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*****************************************************************************/

#include "csr_types.h"
#include <linux/types.h>

#ifdef __cplusplus
extern "C" {
Expand Down
33 changes: 0 additions & 33 deletions trunk/drivers/staging/csr/csr_types.h

This file was deleted.

2 changes: 0 additions & 2 deletions trunk/drivers/staging/csr/csr_unicode.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
*****************************************************************************/

#include "csr_types.h"

#ifdef __cplusplus
extern "C" {
#endif
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/staging/csr/csr_utf16.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
*****************************************************************************/
#include <linux/module.h>
#include "csr_types.h"
#include "csr_pmem.h"
#include "csr_unicode.h"
#include "csr_util.h"
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/staging/csr/csr_util.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
#include <linux/module.h>
#include <stdarg.h>

#include "csr_types.h"
#include "csr_pmem.h"
#include "csr_util.h"

Expand Down
3 changes: 2 additions & 1 deletion trunk/drivers/staging/csr/csr_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
extern "C" {
#endif

#include "csr_types.h"
#include <linux/kernel.h>
#include <linux/types.h>
#include "csr_macro.h"

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

#include "csr_types.h"
#include <linux/types.h>
#include "csr_result.h"

#ifdef __cplusplus
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/staging/csr/csr_wifi_fsm.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
extern "C" {
#endif

#include "csr_types.h"
#include "csr_pmem.h"
#include "csr_prim_defs.h"
#include "csr_log_text.h"
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/staging/csr/csr_wifi_fsm_event.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
extern "C" {
#endif

#include "csr_types.h"
#include "csr_prim_defs.h"
#include "csr_sched.h"

Expand Down
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 @@ -15,7 +15,7 @@
extern "C" {
#endif

#include "csr_types.h"
#include <linux/types.h>
#include "csr_util.h"
#include "csr_pmem.h"
#include "csr_panic.h"
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/csr/csr_wifi_hip_chiphelper.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*****************************************************************************/


#include "csr_macro.h"
#include "csr_wifi_hip_chiphelper_private.h"

#ifndef nelem
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/csr/csr_wifi_hip_chiphelper.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#define CSR_WIFI_HIP_CHIPHELPER_H__


#include "csr_types.h"
#include <linux/types.h>

#ifdef __cplusplus
extern "C" {
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/csr/csr_wifi_hip_signals.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#ifndef __CSR_WIFI_HIP_SIGNALS_H__
#define __CSR_WIFI_HIP_SIGNALS_H__

#include "csr_types.h"
#include <linux/types.h>
#include "csr_wifi_hip_sigs.h"


Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/staging/csr/csr_wifi_hip_unifi.h
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ extern "C" {
#define UNIFI_SOFT_TRAFFIC_Q_LENGTH (20 + 1)
#define UNIFI_SOFT_COMMAND_Q_LENGTH (16 + 1)

#include "csr_types.h" /* from the synergy porting folder */
#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 */
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/staging/csr/csr_wifi_lib.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#ifndef CSR_WIFI_LIB_H__
#define CSR_WIFI_LIB_H__

#include "csr_types.h"
#include "csr_wifi_fsm_event.h"


Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/staging/csr/csr_wifi_msgconv.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
#ifndef CSR_WIFI_MSGCONV_H__
#define CSR_WIFI_MSGCONV_H__

#include "csr_types.h"
#include "csr_prim_defs.h"
#include "csr_sched.h"
#include "csr_unicode.h"
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/staging/csr/csr_wifi_nme_ap_lib.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#ifndef CSR_WIFI_NME_AP_LIB_H__
#define CSR_WIFI_NME_AP_LIB_H__

#include "csr_types.h"
#include "csr_pmem.h"
#include "csr_sched.h"
#include "csr_util.h"
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/staging/csr/csr_wifi_nme_ap_prim.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#ifndef CSR_WIFI_NME_AP_PRIM_H__
#define CSR_WIFI_NME_AP_PRIM_H__

#include "csr_types.h"
#include "csr_prim_defs.h"
#include "csr_sched.h"
#include "csr_wifi_common.h"
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/staging/csr/csr_wifi_nme_ap_serialize.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#ifndef CSR_WIFI_NME_AP_SERIALIZE_H__
#define CSR_WIFI_NME_AP_SERIALIZE_H__

#include "csr_types.h"
#include "csr_pmem.h"
#include "csr_wifi_msgconv.h"

Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/staging/csr/csr_wifi_nme_lib.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#ifndef CSR_WIFI_NME_LIB_H__
#define CSR_WIFI_NME_LIB_H__

#include "csr_types.h"
#include "csr_pmem.h"
#include "csr_sched.h"
#include "csr_util.h"
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/csr/csr_wifi_nme_prim.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#ifndef CSR_WIFI_NME_PRIM_H__
#define CSR_WIFI_NME_PRIM_H__

#include "csr_types.h"
#include <linux/types.h>
#include "csr_prim_defs.h"
#include "csr_sched.h"
#include "csr_wifi_common.h"
Expand Down
Loading

0 comments on commit 89dd80b

Please sign in to comment.