commit | 24c946cc5d35e32c5bb0c07ebdad32756e2bd20d | [log] [tgz] |
---|---|---|
author | LABBE Corentin <clabbe.montjoie@gmail.com> | Thu Dec 15 11:42:48 2016 +0100 |
committer | David S. Miller <davem@davemloft.net> | Sat Dec 17 11:17:24 2016 -0500 |
tree | 45165ceeda32499a1ef0d033fc974839473d893b | |
parent | e292823559709b09cd9bf7bd112bd13c93daa146 [diff] |
irnet: ppp: move IRNET_MINOR to include/linux/miscdevice.h This patch move the define for IRNET_MINOR 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> Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: David S. Miller <davem@davemloft.net>