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>
此提交包含在:
Corentin Labbe
2017-09-18 20:10:36 +02:00
提交者 David S. Miller
父節點 92c807067e
當前提交 da61e7308d
共有 2 個檔案被更改,包括 1 行新增1 行删除

查看文件

@@ -22,7 +22,6 @@
#include <asm/display7seg.h>
#define D7S_MINOR 193
#define DRIVER_NAME "d7s"
#define PFX DRIVER_NAME ": "