Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 82069
b: refs/heads/master
c: 2eae6eb
h: refs/heads/master
i:
  82067: 4a6828e
v: v3
  • Loading branch information
Adrian Bunk authored and Bartlomiej Zolnierkiewicz committed Feb 1, 2008
1 parent d614fcd commit 6fcfb62
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 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: a4b5a4d91d6555df56489094cd5846cd03fc9239
refs/heads/master: 2eae6ebbf99a083687466c010e3129fede9cdb4b
9 changes: 2 additions & 7 deletions trunk/drivers/ide/ide-scan-pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ static int __init ide_scan_pcidev(struct pci_dev *dev)
* module ordering not traditionally ordered.
*/

int __init ide_scan_pcibus(void)
static int __init ide_scan_pcibus(void)
{
struct pci_dev *dev = NULL;
struct pci_driver *d;
Expand Down Expand Up @@ -113,9 +113,4 @@ int __init ide_scan_pcibus(void)
return 0;
}

static int __init ide_scan_pci(void)
{
return ide_scan_pcibus();
}

module_init(ide_scan_pci);
module_init(ide_scan_pcibus);
1 change: 0 additions & 1 deletion trunk/include/linux/ide.h
Original file line number Diff line number Diff line change
Expand Up @@ -1017,7 +1017,6 @@ void ide_init_disk(struct gendisk *, ide_drive_t *);

#ifdef CONFIG_IDEPCI_PCIBUS_ORDER
extern int ide_scan_direction;
int __init ide_scan_pcibus(void);
extern int __ide_pci_register_driver(struct pci_driver *driver, struct module *owner, const char *mod_name);
#define ide_pci_register_driver(d) __ide_pci_register_driver(d, THIS_MODULE, KBUILD_MODNAME)
#else
Expand Down

0 comments on commit 6fcfb62

Please sign in to comment.