commit | 874bcd00f520cac297aefade201c4efc07fc8d17 | [log] [tgz] |
---|---|---|
author | Corentin Labbe <clabbe.montjoie@gmail.com> | Thu Dec 15 20:36:33 2016 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Jan 10 21:46:41 2017 +0100 |
tree | ae4a5c5189c5437926400c392174c4df2a9bf1b2 | |
parent | 8681d5b04f812d9cc5cde72bbbb5081f8f1c9728 [diff] |
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>