Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 101659
b: refs/heads/master
c: 5848f16
h: refs/heads/master
i:
  101657: bb32067
  101655: 9daa384
v: v3
  • Loading branch information
Anton Vorontsov authored and Kumar Gala committed Jun 11, 2008
1 parent b70df9d commit 59bcb8f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 5093bb965a163fe288c3e5db0275165f86c895c2
refs/heads/master: 5848f16947026601b9cb4df694bb9f44dfefc354
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/sysdev/qe_lib/qe.c
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ phys_addr_t get_qe_base(void)

EXPORT_SYMBOL(get_qe_base);

void qe_reset(void)
void __init qe_reset(void)
{
if (qe_immr == NULL)
qe_immr = ioremap(get_qe_base(), QE_IMMAP_SIZE);
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/asm-powerpc/qe.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ static inline bool qe_clock_is_brg(enum qe_clock clk)
extern spinlock_t cmxgcr_lock;

/* Export QE common operations */
extern void qe_reset(void);
extern void __init qe_reset(void);

/* QE PIO */
#define QE_PIO_PINS 32
Expand Down

0 comments on commit 59bcb8f

Please sign in to comment.