Commit 8495fb1b authored by Chris Frey's avatar Chris Frey Committed by David S. Miller

ide: fixed section mismatch warning in cmd640.c

Signed-off-by: default avatarChris Frey <cdfrey@foursquare.net>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent d4ae5415
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment