Commit da61e730 authored by Corentin Labbe's avatar Corentin Labbe Committed by David S. Miller

sbus: char: Move D7S_MINOR to include/linux/miscdevice.h

This patch move the define for D7S_MINOR to include/linux/miscdevice.h.
It's better that all minor number are in the same place.
Signed-off-by: default avatarCorentin Labbe <clabbe.montjoie@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 92c80706
...@@ -22,7 +22,6 @@ ...@@ -22,7 +22,6 @@
#include <asm/display7seg.h> #include <asm/display7seg.h>
#define D7S_MINOR 193
#define DRIVER_NAME "d7s" #define DRIVER_NAME "d7s"
#define PFX DRIVER_NAME ": " #define PFX DRIVER_NAME ": "
......
...@@ -35,6 +35,7 @@ ...@@ -35,6 +35,7 @@
#define HWRNG_MINOR 183 #define HWRNG_MINOR 183
#define MICROCODE_MINOR 184 #define MICROCODE_MINOR 184
#define IRNET_MINOR 187 #define IRNET_MINOR 187
#define D7S_MINOR 193
#define VFIO_MINOR 196 #define VFIO_MINOR 196
#define TUN_MINOR 200 #define TUN_MINOR 200
#define CUSE_MINOR 203 #define CUSE_MINOR 203
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment