Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4215b58c authored by Kyle Yan's avatar Kyle Yan
Browse files

Revert "misc: Increase dynamic number space"



This reverts commit 280a8451.

We no longer need the increase in misc minor numbers as we have
switched ramdump driver over to use cdev instead.

Change-Id: I1e6a097eb54109fc4b63c4daf9c25d050a18b7ee
Signed-off-by: default avatarKyle Yan <kyan@codeaurora.org>
parent e19174d2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@ static DEFINE_MUTEX(misc_mtx);
/*
 * Assigned numbers, used for dynamic minors
 */
#define DYNAMIC_MINORS 75 /* like dynamic majors */
#define DYNAMIC_MINORS 64 /* like dynamic majors */
static DECLARE_BITMAP(misc_minors, DYNAMIC_MINORS);

#ifdef CONFIG_PROC_FS