aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/sbus
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 /drivers/sbus
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 'drivers/sbus')
-rw-r--r--drivers/sbus/char/display7seg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/sbus/char/display7seg.c b/drivers/sbus/char/display7seg.c
index f32765d3cbd8..5c8ed7350a04 100644
--- a/drivers/sbus/char/display7seg.c
+++ b/drivers/sbus/char/display7seg.c
@@ -22,7 +22,6 @@
#include <asm/display7seg.h>
-#define D7S_MINOR 193
#define DRIVER_NAME "d7s"
#define PFX DRIVER_NAME ": "