From e9d3f1952621ab3c7fe4a8907325efa558be7688 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sat, 10 Oct 2015 20:22:08 +0100 Subject: [PATCH] dragon-nx-32: fix build error ide_select changed slightly midstream and I forgot to backport this --- Kernel/platform-dragon-nx32/devices.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kernel/platform-dragon-nx32/devices.c b/Kernel/platform-dragon-nx32/devices.c index 3907e35f..cf0aa190 100644 --- a/Kernel/platform-dragon-nx32/devices.c +++ b/Kernel/platform-dragon-nx32/devices.c @@ -52,7 +52,7 @@ uint8_t ide_slot = 3; /* Disk in slot 3 by convention */ static uint8_t old_slot; -void ide_select(void) +void ide_select(uint8_t device) { if (cartslots > 1) old_slot = mpi_set_slot(ide_slot); -- 2.34.1