Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338142
b: refs/heads/master
c: fd8413a
h: refs/heads/master
v: v3
  • Loading branch information
Bill Pemberton authored and Greg Kroah-Hartman committed Nov 21, 2012
1 parent cb4b91a commit b5565c5
Show file tree
Hide file tree
Showing 4 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: 01f6f49b0abe4c0ca39e7af577f3dd889f0c6d78
refs/heads/master: fd8413a2b8328801133e95b58d751bfe48b34303
2 changes: 1 addition & 1 deletion trunk/drivers/staging/media/lirc/lirc_parallel.c
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ static struct lirc_driver driver = {

static struct platform_device *lirc_parallel_dev;

static int __devinit lirc_parallel_probe(struct platform_device *dev)
static int lirc_parallel_probe(struct platform_device *dev)
{
return 0;
}
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/media/lirc/lirc_serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,7 @@ static int hardware_init_port(void)
return 0;
}

static int __devinit lirc_serial_probe(struct platform_device *dev)
static int lirc_serial_probe(struct platform_device *dev)
{
int i, nlow, nhigh, result;

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/media/lirc/lirc_sir.c
Original file line number Diff line number Diff line change
Expand Up @@ -1218,7 +1218,7 @@ static int init_lirc_sir(void)
return 0;
}

static int __devinit lirc_sir_probe(struct platform_device *dev)
static int lirc_sir_probe(struct platform_device *dev)
{
return 0;
}
Expand Down

0 comments on commit b5565c5

Please sign in to comment.