Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179552
b: refs/heads/master
c: 4cf0b3f
h: refs/heads/master
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Jan 17, 2010
1 parent 463660f commit e700eef
Show file tree
Hide file tree
Showing 3 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: 184ac7535ee078a4572b668a348134d67c3977d2
refs/heads/master: 4cf0b3f130a4fe573077e4d0237fd3dd0f67d3f6
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/mantis/mantis_i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ int __devinit mantis_i2c_init(struct mantis_pci *mantis)
}
EXPORT_SYMBOL_GPL(mantis_i2c_init);

int __devexit mantis_i2c_exit(struct mantis_pci *mantis)
int mantis_i2c_exit(struct mantis_pci *mantis)
{
u32 intmask;

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/mantis/mantis_pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ int __devinit mantis_pci_init(struct mantis_pci *mantis)
}
EXPORT_SYMBOL_GPL(mantis_pci_init);

void __devexit mantis_pci_exit(struct mantis_pci *mantis)
void mantis_pci_exit(struct mantis_pci *mantis)
{
struct pci_dev *pdev = mantis->pdev;

Expand Down

0 comments on commit e700eef

Please sign in to comment.