Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 372510
b: refs/heads/master
c: bc8fd90
h: refs/heads/master
v: v3
  • Loading branch information
Arnd Bergmann committed Apr 29, 2013
1 parent bb972bf commit 0c87adb
Show file tree
Hide file tree
Showing 2 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: 522ccdb6fd0e9689fbdc005ce95a42d70ec81629
refs/heads/master: bc8fd900c4d460b4e4bf785bb48bfced0ac9941b
4 changes: 2 additions & 2 deletions trunk/drivers/irqchip/irq-s3c24xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ static void s3c24xx_clear_intc(struct s3c_irq_intc *intc)
}
}

static struct s3c_irq_intc *s3c24xx_init_intc(struct device_node *np,
static struct s3c_irq_intc * __init s3c24xx_init_intc(struct device_node *np,
struct s3c_irq_data *irq_data,
struct s3c_irq_intc *parent,
unsigned long address)
Expand Down Expand Up @@ -794,7 +794,7 @@ static struct s3c_irq_data init_s3c2412subint[32] = {
{ .type = S3C_IRQTYPE_LEVEL, .parent_irq = 21 }, /* CF */
};

void s3c2412_init_irq(void)
void __init s3c2412_init_irq(void)
{
pr_info("S3C2412: IRQ Support\n");

Expand Down

0 comments on commit 0c87adb

Please sign in to comment.