drbd: Use DRBD_MINOR_COUNT_DEF in one more place

Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
This commit is contained in:
Andreas Gruenbacher 2011-05-31 13:08:53 +02:00 committed by Philipp Reisner
parent a67b813cfa
commit 46530e859c
1 changed files with 1 additions and 1 deletions

View File

@ -2669,7 +2669,7 @@ int __init drbd_init(void)
#ifdef MODULE
return -EINVAL;
#else
minor_count = 8;
minor_count = DRBD_MINOR_COUNT_DEF;
#endif
}