Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 127754
b: refs/heads/master
c: 39ebfd3
h: refs/heads/master
v: v3
  • Loading branch information
Ben Dooks committed Jan 8, 2009
1 parent 3fcf6c6 commit a25997c
Show file tree
Hide file tree
Showing 4 changed files with 4 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: 87e0d6cca16a7c9ec446d82a465077a0f99171de
refs/heads/master: 39ebfd3f0d58a89f29097f99a1de50c096375ee2
2 changes: 0 additions & 2 deletions trunk/arch/arm/mach-footbridge/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@

#include "common.h"

extern void __init isa_init_irq(unsigned int irq);

unsigned int mem_fclk_21285 = 50000000;

EXPORT_SYMBOL(mem_fclk_21285);
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/arm/mach-footbridge/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ extern void isa_rtc_init(void);
extern void footbridge_map_io(void);
extern void footbridge_init_irq(void);

extern void isa_init_irq(unsigned int irq);
2 changes: 2 additions & 0 deletions trunk/arch/arm/mach-footbridge/isa-irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
#include <asm/irq.h>
#include <asm/mach-types.h>

#include "common.h"

static void isa_mask_pic_lo_irq(unsigned int irq)
{
unsigned int mask = 1 << (irq & 7);
Expand Down

0 comments on commit a25997c

Please sign in to comment.