Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 234106
b: refs/heads/master
c: b77b708
h: refs/heads/master
v: v3
  • Loading branch information
Axel Lin authored and Wim Van Sebroeck committed Mar 14, 2011
1 parent c26aea5 commit c719d41
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: 943413c5b6e117a7eca029e3b07704d3b230d938
refs/heads/master: b77b708868c23737a4d25a474736cc924deb44f1
4 changes: 2 additions & 2 deletions trunk/drivers/watchdog/hpwdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ static int __devinit hpwdt_init_nmi_decoding(struct pci_dev *dev)
return 0;
}

static void __devexit hpwdt_exit_nmi_decoding(void)
static void hpwdt_exit_nmi_decoding(void)
{
unregister_die_notifier(&die_notifier);
if (cru_rom_addr)
Expand All @@ -726,7 +726,7 @@ static int __devinit hpwdt_init_nmi_decoding(struct pci_dev *dev)
return 0;
}

static void __devexit hpwdt_exit_nmi_decoding(void)
static void hpwdt_exit_nmi_decoding(void)
{
}
#endif /* CONFIG_HPWDT_NMI_DECODING */
Expand Down

0 comments on commit c719d41

Please sign in to comment.