Re: [PATCH] misc: panel: move LCD_MINOR and KEYPAD_MINOR to include/linux/miscdevice.h

2017-01-10 Thread Greg KH
On Thu, Dec 15, 2016 at 08:43:52PM +0100, Corentin Labbe wrote: > This patch move the define for LCD_MINOR and KEYPAD_MINOR to > include/linux/miscdevice.h. > It's better that all minor number definitions are in the same place. > > Signed-off-by: Corentin Labbe > --- > drivers/misc/panel.c

[PATCH] misc: panel: move LCD_MINOR and KEYPAD_MINOR to include/linux/miscdevice.h

2016-12-15 Thread Corentin Labbe
This patch move the define for LCD_MINOR and KEYPAD_MINOR to include/linux/miscdevice.h. It's better that all minor number definitions are in the same place. Signed-off-by: Corentin Labbe --- drivers/misc/panel.c | 3 --- include/linux/miscdevice.h | 2 ++ 2 files changed, 2 insertions(+)