Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 123067
b: refs/heads/master
c: 09a3fba
h: refs/heads/master
i:
  123065: 0378815
  123063: c669254
v: v3
  • Loading branch information
Anton Vorontsov authored and Kumar Gala committed Dec 3, 2008
1 parent ee007b9 commit 86bc298
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 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: d3a8cdab2ff2f8acbe48e18ed471b0812785e390
refs/heads/master: 09a3fba8c132a55f153fd65fc1085b717a6193c8
3 changes: 3 additions & 0 deletions trunk/arch/powerpc/sysdev/qe_lib/qe.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#include <linux/kernel.h>
#include <linux/param.h>
#include <linux/string.h>
#include <linux/spinlock.h>
#include <linux/mm.h>
#include <linux/interrupt.h>
#include <linux/bootmem.h>
Expand All @@ -38,6 +39,8 @@ static void qe_snums_init(void);
static int qe_sdma_init(void);

static DEFINE_SPINLOCK(qe_lock);
DEFINE_SPINLOCK(cmxgcr_lock);
EXPORT_SYMBOL(cmxgcr_lock);

/* QE snum state */
enum qe_snum_state {
Expand Down
4 changes: 1 addition & 3 deletions trunk/arch/powerpc/sysdev/qe_lib/ucc.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#include <linux/errno.h>
#include <linux/slab.h>
#include <linux/stddef.h>
#include <linux/spinlock.h>
#include <linux/module.h>

#include <asm/irq.h>
Expand All @@ -26,9 +27,6 @@
#include <asm/qe.h>
#include <asm/ucc.h>

DEFINE_SPINLOCK(cmxgcr_lock);
EXPORT_SYMBOL(cmxgcr_lock);

int ucc_set_qe_mux_mii_mng(unsigned int ucc_num)
{
unsigned long flags;
Expand Down

0 comments on commit 86bc298

Please sign in to comment.