Commit 5a86a859 authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

SCSI_Linux_CheckDevices() is Linux-only as well.

parent ea86dc95
...@@ -560,7 +560,6 @@ SCSI_MapHCtoController() ...@@ -560,7 +560,6 @@ SCSI_MapHCtoController()
RegCloseKey(hkeyScsi); RegCloseKey(hkeyScsi);
return; return;
} }
#endif
static int SCSI_Linux_CheckDevices(void) static int SCSI_Linux_CheckDevices(void)
{ {
...@@ -582,6 +581,7 @@ static int SCSI_Linux_CheckDevices(void) ...@@ -582,6 +581,7 @@ static int SCSI_Linux_CheckDevices(void)
} }
return 1; return 1;
} }
#endif
static void static void
SCSI_GetProcinfo() SCSI_GetProcinfo()
......
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