From e52ad390c73d26ee4fbc5d9a68b85d98b26561d6 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Wed, 20 Feb 2013 23:48:22 -0500 Subject: Use CONFIG_ prefix for Kconfig variables; use BUILD_ for others. Rename remaining "build" settings in config.h that used the CONFIG_ prefix to use a BUILD_ prefix. Signed-off-by: Kevin O'Connor --- src/cdrom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cdrom.c') diff --git a/src/cdrom.c b/src/cdrom.c index 01eb87a..b2811cd 100644 --- a/src/cdrom.c +++ b/src/cdrom.c @@ -13,7 +13,7 @@ #include "blockcmd.h" // CDB_CMD_REQUEST_SENSE // Locks for removable devices -u8 CDRom_locks[CONFIG_MAX_EXTDRIVE] VARLOW; +u8 CDRom_locks[BUILD_MAX_EXTDRIVE] VARLOW; /**************************************************************** -- cgit v1.1