Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

ide: fixed section mismatch warning in cmd640.c

parent d4ae5415
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);