Skip to content

Commit

Permalink
ide: fixed section mismatch warning in cmd640.c
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Frey <cdfrey@foursquare.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Chris Frey authored and David S. Miller committed Jan 28, 2010
1 parent d4ae541 commit 8495fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/ide/cmd640.c
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ static void cmd640_set_pio_mode(ide_drive_t *drive, const u8 pio)
}
#endif /* CONFIG_BLK_DEV_CMD640_ENHANCED */

static void cmd640_init_dev(ide_drive_t *drive)
static void __init cmd640_init_dev(ide_drive_t *drive)
{
unsigned int i = drive->hwif->channel * 2 + (drive->dn & 1);

Expand Down

0 comments on commit 8495fb1

Please sign in to comment.