Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 69468
b: refs/heads/master
c: 008d931
h: refs/heads/master
v: v3
  • Loading branch information
Krzysztof Helt authored and Russell King committed Oct 12, 2007
1 parent 83a3dad commit f5b01e5
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: e16edefe6532c032d86ee802b63972e3a1e953a9
refs/heads/master: 008d931c45cd39f7b8a8b99926b557b183074858
4 changes: 2 additions & 2 deletions trunk/arch/arm/mach-s3c2443/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ static int __init s3c2443_add_sub(unsigned int base,
return 0;
}

static int s3c2443_irq_add(struct sys_device *sysdev)
static int __init s3c2443_irq_add(struct sys_device *sysdev)
{
printk("S3C2443: IRQ Support\n");

Expand Down Expand Up @@ -280,7 +280,7 @@ static struct sysdev_driver s3c2443_irq_driver = {
.add = s3c2443_irq_add,
};

static int s3c2443_irq_init(void)
static int __init s3c2443_irq_init(void)
{
return sysdev_driver_register(&s3c2443_sysclass, &s3c2443_irq_driver);
}
Expand Down

0 comments on commit f5b01e5

Please sign in to comment.