Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 46019
b: refs/heads/master
c: eb79722
h: refs/heads/master
i:
  46017: 7554918
  46015: d681d75
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Feb 2, 2007
1 parent 1439456 commit 5779ba4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: aaba6d4bf6f2a52a0c30ad1da4374ba24bd7163b
refs/heads/master: eb7972271720bfc64dc8bacc5b15f874c0bcc859
8 changes: 4 additions & 4 deletions trunk/drivers/ide/ide.c
Original file line number Diff line number Diff line change
Expand Up @@ -1781,9 +1781,9 @@ static int __init ide_setup(char *s)
return 1;
}

extern void pnpide_init(void);
extern void pnpide_exit(void);
extern void h8300_ide_init(void);
extern void __init pnpide_init(void);
extern void __exit pnpide_exit(void);
extern void __init h8300_ide_init(void);

/*
* probe_for_hwifs() finds/initializes "known" IDE interfaces
Expand Down Expand Up @@ -2088,7 +2088,7 @@ int __init init_module (void)
return ide_init();
}

void cleanup_module (void)
void __exit cleanup_module (void)
{
int index;

Expand Down

0 comments on commit 5779ba4

Please sign in to comment.