Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338145
b: refs/heads/master
c: 6dd1119
h: refs/heads/master
i:
  338143: c2fad14
v: v3
  • Loading branch information
Bill Pemberton authored and Greg Kroah-Hartman committed Nov 21, 2012
1 parent b31c3e6 commit 603b65a
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: 2a91a6d1422f6dc3cb27689e18e16b8c98ec1c73
refs/heads/master: 6dd1119528d68e6f3a04874792048fc7be7611d7
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 @@ -588,7 +588,7 @@ static int lirc_parallel_probe(struct platform_device *dev)
return 0;
}

static int __devexit lirc_parallel_remove(struct platform_device *dev)
static int lirc_parallel_remove(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 @@ -927,7 +927,7 @@ static int lirc_serial_probe(struct platform_device *dev)
return result;
}

static int __devexit lirc_serial_remove(struct platform_device *dev)
static int lirc_serial_remove(struct platform_device *dev)
{
free_irq(irq, (void *)&hardware);

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 @@ -1223,7 +1223,7 @@ static int lirc_sir_probe(struct platform_device *dev)
return 0;
}

static int __devexit lirc_sir_remove(struct platform_device *dev)
static int lirc_sir_remove(struct platform_device *dev)
{
return 0;
}
Expand Down

0 comments on commit 603b65a

Please sign in to comment.