mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
apm-emulation: move APM_MINOR_DEV to include/linux/miscdevice.h
This patch move the define for APM_MINOR_DEV to include/linux/miscdevice.h It is better that all minor number definitions are in the same place. Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
8681d5b04f
commit
874bcd00f5
2 changed files with 1 additions and 7 deletions
|
@ -22,6 +22,7 @@
|
|||
/*#define ADB_MOUSE_MINOR 10 FIXME OBSOLETE */
|
||||
#define WATCHDOG_MINOR 130 /* Watchdog timer */
|
||||
#define TEMP_MINOR 131 /* Temperature Sensor */
|
||||
#define APM_MINOR_DEV 134
|
||||
#define RTC_MINOR 135
|
||||
#define EFI_RTC_MINOR 136 /* EFI Time services */
|
||||
#define VHCI_MINOR 137
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue