Define sd_drive_nr also when HAVE_HOTSWAP is defined (fix red).

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23764 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Maurus Cuelenaere 2009-11-26 17:49:05 +00:00
parent d027ddb75d
commit 507465be94

View file

@ -37,7 +37,7 @@
#include "usb.h"
static long last_disk_activity = -1;
#ifdef CONFIG_STORAGE_MULTI
#if defined(CONFIG_STORAGE_MULTI) || defined(HAVE_HOTSWAP)
static int sd_drive_nr = 0;
#endif
static tCardInfo card;