aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/miscdevice.h
diff options
context:
space:
mode:
authorCorentin Labbe <clabbe.montjoie@gmail.com>2017-09-18 20:10:36 +0200
committerDavid S. Miller <davem@davemloft.net>2017-09-27 21:39:22 -0700
commitda61e7308df868c20a41861c0a11f6eefd822993 (patch)
tree722fc7a0a5dbbfa83b46d7b3276977a230843eb7 /include/linux/miscdevice.h
parentsparc: time: Remove unneeded linux/miscdevice.h include (diff)
downloadlinux-dev-da61e7308df868c20a41861c0a11f6eefd822993.tar.xz
linux-dev-da61e7308df868c20a41861c0a11f6eefd822993.zip
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: Corentin Labbe <clabbe.montjoie@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/miscdevice.h')
-rw-r--r--include/linux/miscdevice.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/miscdevice.h b/include/linux/miscdevice.h
index 58751eae5f77..05c3892b3e92 100644
--- a/include/linux/miscdevice.h
+++ b/include/linux/miscdevice.h
@@ -35,6 +35,7 @@
#define HWRNG_MINOR 183
#define MICROCODE_MINOR 184
#define IRNET_MINOR 187
+#define D7S_MINOR 193
#define VFIO_MINOR 196
#define TUN_MINOR 200
#define CUSE_MINOR 203