Skip to content

Commit

Permalink
[PATCH] ide: hotplug mark __devinit ns87415.c
Browse files Browse the repository at this point in the history
From: Herbert Xu <herbert@gondor.apana.org.au>

mark the __init section __devinit.
Splitted up from the Debian kernel patch.

Signed-off-by: maximilian attems <janitor@sternwelten.at>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@elka.pw.edu.pl>
  • Loading branch information
Herbert Xu authored and Bartlomiej Zolnierkiewicz committed Jul 3, 2005
1 parent a380a88 commit c20530e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/ide/pci/ns87415.c
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ static int ns87415_ide_dma_check (ide_drive_t *drive)
return __ide_dma_check(drive);
}

static void __init init_hwif_ns87415 (ide_hwif_t *hwif)
static void __devinit init_hwif_ns87415 (ide_hwif_t *hwif)
{
struct pci_dev *dev = hwif->pci_dev;
unsigned int ctrl, using_inta;
Expand Down

0 comments on commit c20530e

Please sign in to comment.