staging: csr: remove csr_util.h

Now that the header file has nothing in it, remove it from the tree, and
adjust the places that were including it.

Cc: Mikko Virkkilä <mikko.virkkila@bluegiga.com>
Cc: Lauri Hintsala <Lauri.Hintsala@bluegiga.com>
Cc: Riku Mettälä <riku.mettala@bluegiga.com>
Cc: Veli-Pekka Peltola <veli-pekka.peltola@bluegiga.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Greg Kroah-Hartman 2012-07-20 15:14:52 -07:00
parent df738509ba
commit d63123fc50
19 changed files with 18 additions and 36 deletions

View file

@ -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, ...)
{

View file

@ -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;

View file

@ -11,7 +11,7 @@
*****************************************************************************/
#include <linux/types.h>
#include "csr_util.h"
#include "csr_macro.h"
#ifdef __cplusplus
extern "C" {

View file

@ -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"

View file

@ -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)

View file

@ -1,16 +0,0 @@
#ifndef CSR_UTIL_H__
#define CSR_UTIL_H__
/*****************************************************************************
(c) Cambridge Silicon Radio Limited 2010
All rights reserved and confidential information of CSR
Refer to LICENSE.txt included with this source for details
on the license terms.
*****************************************************************************/
#include <linux/kernel.h>
#include <linux/types.h>
#include "csr_macro.h"
#endif

View file

@ -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"

View file

@ -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"

View file

@ -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

View file

@ -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"

View file

@ -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"

View file

@ -12,7 +12,7 @@
#include "csr_msgconv.h"
#include "csr_pmem.h"
#include "csr_util.h"
#include "csr_macro.h"
#ifdef CSR_LOG_ENABLE

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -12,7 +12,7 @@
#include "csr_msgconv.h"
#include "csr_pmem.h"
#include "csr_util.h"
#include "csr_macro.h"
#ifdef CSR_LOG_ENABLE

View file

@ -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"