mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 20:51:03 +02:00
hwrng: core - Move hwrng miscdev minor number to include/linux/miscdevice.h
This patch move the define for hwrng's miscdev minor number to include/linux/miscdevice.h. It's better that all minor number are in the same place. Rename it to HWRNG_MINOR (from RNG_MISCDEV_MINOR) in he process since no other miscdev define have MISCDEV in their name. Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
committed by
Herbert Xu
parent
affdec58da
commit
fd50d71f94
@@ -31,6 +31,7 @@
|
||||
#define SGI_MMTIMER 153
|
||||
#define STORE_QUEUE_MINOR 155 /* unused */
|
||||
#define I2O_MINOR 166
|
||||
#define HWRNG_MINOR 183
|
||||
#define MICROCODE_MINOR 184
|
||||
#define IRNET_MINOR 187
|
||||
#define VFIO_MINOR 196
|
||||
|
Reference in New Issue
Block a user