--- include/linux/miscdevice.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/linux/miscdevice.h b/include/linux/miscdevice.h index 0676f18093f9..2d4d1502c1aa 100644 --- a/include/linux/miscdevice.h +++ b/include/linux/miscdevice.h @@ -71,6 +71,7 @@ #define USERIO_MINOR 240 #define VHOST_VSOCK_MINOR 241 #define RFKILL_MINOR 242 +#define MPI3MR_MINOR 243 #define MISC_DYNAMIC_MINOR 255 struct device; -- 2.18.1