Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 333292
b: refs/heads/master
c: 673550a
h: refs/heads/master
v: v3
  • Loading branch information
Arnd Bergmann committed Oct 7, 2012
1 parent ae27d67 commit 1c64f81
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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: 9e0e4e11623e57c0f6635f5dc6972244ce511f77
refs/heads/master: 673550a19f01c7955a1321ed9f43a4e2fd9cabf6
6 changes: 3 additions & 3 deletions trunk/arch/arm/mach-s3c24xx/irq-s3c2416.c
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ struct irq_chip s3c2416_irq_second = {

/* IRQ initialisation code */

static int __init s3c2416_add_sub(unsigned int base,
static int s3c2416_add_sub(unsigned int base,
void (*demux)(unsigned int,
struct irq_desc *),
struct irq_chip *chip,
Expand All @@ -251,7 +251,7 @@ static int __init s3c2416_add_sub(unsigned int base,
return 0;
}

static void __init s3c2416_irq_add_second(void)
static void s3c2416_irq_add_second(void)
{
unsigned long pend;
unsigned long last;
Expand Down Expand Up @@ -287,7 +287,7 @@ static void __init s3c2416_irq_add_second(void)
}
}

static int __init s3c2416_irq_add(struct device *dev,
static int s3c2416_irq_add(struct device *dev,
struct subsys_interface *sif)
{
printk(KERN_INFO "S3C2416: IRQ Support\n");
Expand Down
4 changes: 2 additions & 2 deletions trunk/arch/arm/mach-s3c24xx/irq-s3c2443.c
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ static struct irq_chip s3c2443_irq_cam = {

/* IRQ initialisation code */

static int __init s3c2443_add_sub(unsigned int base,
static int s3c2443_add_sub(unsigned int base,
void (*demux)(unsigned int,
struct irq_desc *),
struct irq_chip *chip,
Expand All @@ -241,7 +241,7 @@ static int __init s3c2443_add_sub(unsigned int base,
return 0;
}

static int __init s3c2443_irq_add(struct device *dev,
static int s3c2443_irq_add(struct device *dev,
struct subsys_interface *sif)
{
printk("S3C2443: IRQ Support\n");
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-s3c24xx/simtec-usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ static struct s3c2410_hcd_info usb_simtec_info __initdata = {
};


int usb_simtec_init(void)
int __init usb_simtec_init(void)
{
int ret;

Expand Down

0 comments on commit 1c64f81

Please sign in to comment.