Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 344403
b: refs/heads/master
c: c0d997f
h: refs/heads/master
i:
  344401: 2c2bf3c
  344399: f7faea7
v: v3
  • Loading branch information
Michal Simek committed Dec 13, 2012
1 parent d3c2260 commit 9135e88
Show file tree
Hide file tree
Showing 3 changed files with 4 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: 05c0674107dee0bf2aed323796c443cb6de8e71a
refs/heads/master: c0d997fb4c4f202c55a4ed8ab9b714a81a16e5ac
2 changes: 1 addition & 1 deletion trunk/arch/microblaze/kernel/intc.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ unsigned int get_irq(void)
return irq;
}

int xintc_map(struct irq_domain *d, unsigned int irq, irq_hw_number_t hw)
static int xintc_map(struct irq_domain *d, unsigned int irq, irq_hw_number_t hw)
{
u32 intr_mask = (u32)d->host_data;

Expand Down
4 changes: 2 additions & 2 deletions trunk/arch/microblaze/kernel/prom.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ void * __init early_init_dt_alloc_memory_arch(u64 size, u64 align)
}

#ifdef CONFIG_EARLY_PRINTK
char *stdout;
static char *stdout;

int __init early_init_dt_scan_chosen_serial(unsigned long node,
static int __init early_init_dt_scan_chosen_serial(unsigned long node,
const char *uname, int depth, void *data)
{
unsigned long l;
Expand Down

0 comments on commit 9135e88

Please sign in to comment.