projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8ab7f5
)
tc86c001: mark init_chipset_tc86c001() with __devinit tag
author
Andrew Morton
<akpm@osdl.org>
Wed, 7 Feb 2007 17:19:01 +0000
(18:19 +0100)
committer
Bartlomiej Zolnierkiewicz
<bzolnier@gmail.com>
Wed, 7 Feb 2007 17:19:01 +0000
(18:19 +0100)
Signed-off-by: Andrew Morton <akpm@osdl.org>
Cc: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Cc: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
drivers/ide/pci/tc86c001.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/ide/pci/tc86c001.c
b/drivers/ide/pci/tc86c001.c
index 5bf28c5f63136467f03f4e9c35d0788547b59b5c..97dd709f211a682d70b358e444fad6a9242710e4 100644
(file)
--- a/
drivers/ide/pci/tc86c001.c
+++ b/
drivers/ide/pci/tc86c001.c
@@
-260,7
+260,8
@@
static void __devinit init_hwif_tc86c001(ide_hwif_t *hwif)
hwif->drives[0].autodma = hwif->drives[1].autodma = hwif->autodma;
}
-static unsigned int init_chipset_tc86c001(struct pci_dev *dev, const char *name)
+static unsigned int __devinit init_chipset_tc86c001(struct pci_dev *dev,
+ const char *name)
{
int err = pci_request_region(dev, 5, name);