Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 289167
b: refs/heads/master
c: 01c3207
h: refs/heads/master
i:
  289165: 28a69dc
  289163: 669195d
  289159: 365b44e
  289151: 4b7db50
v: v3
  • Loading branch information
Jorgyano Vieira authored and Greg Kroah-Hartman committed Feb 29, 2012
1 parent 0d92d8d commit 912bd82
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 19 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: 4768f3f09a69d3a7a8ac27e9daafddc1ac920ab4
refs/heads/master: 01c3207091a67b898ce52b74afbee23a0b2b2ea6
3 changes: 1 addition & 2 deletions trunk/drivers/staging/crystalhd/bc_dts_glob_lnx.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@

#endif

#include "bc_dts_defs.h"
#include "bcm_70012_regs.h" /* Link Register defs */
#include "crystalhd.h"

#define CRYSTALHD_API_NAME "crystalhd"
#define CRYSTALHD_API_DEV_NAME "/dev/crystalhd"
Expand Down
3 changes: 1 addition & 2 deletions trunk/drivers/staging/crystalhd/crystalhd_cmds.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
* along with this driver. If not, see <http://www.gnu.org/licenses/>.
**********************************************************************/

#include "crystalhd_cmds.h"
#include "crystalhd_hw.h"
#include "crystalhd.h"

static struct crystalhd_user *bc_cproc_get_uid(struct crystalhd_cmd *ctx)
{
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/staging/crystalhd/crystalhd_cmds.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
* from _dts_glob and dts_defs etc.. which are defined for
* windows.
*/
#include "crystalhd_misc.h"
#include "crystalhd_hw.h"

#include "crystalhd.h"

enum crystalhd_state {
BC_LINK_INVALID = 0x00,
Expand Down
3 changes: 2 additions & 1 deletion trunk/drivers/staging/crystalhd/crystalhd_hw.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@
* along with this driver. If not, see <http://www.gnu.org/licenses/>.
**********************************************************************/

#include "crystalhd.h"

#include <linux/pci.h>
#include <linux/slab.h>
#include <linux/delay.h>
#include "crystalhd_hw.h"

/* Functions internal to this file */

Expand Down
3 changes: 1 addition & 2 deletions trunk/drivers/staging/crystalhd/crystalhd_hw.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
#ifndef _CRYSTALHD_HW_H_
#define _CRYSTALHD_HW_H_

#include "crystalhd_misc.h"
#include "crystalhd_fw_if.h"
#include "crystalhd.h"

/* HW constants..*/
#define DMA_ENGINE_CNT 2
Expand Down
3 changes: 2 additions & 1 deletion trunk/drivers/staging/crystalhd/crystalhd_lnx.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@
along with this driver. If not, see <http://www.gnu.org/licenses/>.
***************************************************************************/

#include "crystalhd.h"

#include <linux/mutex.h>
#include <linux/slab.h>

#include "crystalhd_lnx.h"

static DEFINE_MUTEX(chd_dec_mutex);
static struct class *crystalhd_class;
Expand Down
5 changes: 2 additions & 3 deletions trunk/drivers/staging/crystalhd/crystalhd_lnx.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/***************************************************************************
* Copyright (c) 2005-2009, Broadcom Corporation.
*
* Name: crystalhd_lnx . c
* Name: crystalhd_lnx . h
*
* Description:
* BCM70012 Linux driver
Expand Down Expand Up @@ -48,11 +48,10 @@
#include <asm/system.h>
#include <linux/uaccess.h>

#include "crystalhd_cmds.h"
#include "crystalhd.h"

#define CRYSTAL_HD_NAME "Broadcom Crystal HD Decoder (BCM70012) Driver"


/* OS specific PCI information structure and adapter information. */
struct crystalhd_adp {
/* Hardware borad/PCI specifics */
Expand Down
5 changes: 2 additions & 3 deletions trunk/drivers/staging/crystalhd/crystalhd_misc.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@
* along with this driver. If not, see <http://www.gnu.org/licenses/>.
**********************************************************************/

#include <linux/slab.h>
#include "crystalhd.h"

#include "crystalhd_misc.h"
#include "crystalhd_lnx.h"
#include <linux/slab.h>

uint32_t g_linklog_level;

Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/staging/crystalhd/crystalhd_misc.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@
#ifndef _CRYSTALHD_MISC_H_
#define _CRYSTALHD_MISC_H_

#include "crystalhd.h"

#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/string.h>
#include <linux/ioctl.h>
#include <linux/dma-mapping.h>
#include <linux/sched.h>
#include <asm/system.h>
#include "bc_dts_glob_lnx.h"

/* Global log level variable defined in crystal_misc.c file */
extern uint32_t g_linklog_level;
Expand Down

0 comments on commit 912bd82

Please sign in to comment.