Loading drivers/char/mem.c +3 −0 Original line number Diff line number Diff line Loading @@ -859,6 +859,9 @@ static const struct memdev { [8] = { "random", 0666, &random_fops, 0 }, [9] = { "urandom", 0666, &urandom_fops, 0 }, #endif #ifndef CONFIG_HW_RANDOM [10] = { "hw_random", 0666, &urandom_fops, 0 }, #endif #ifdef CONFIG_PRINTK [11] = { "kmsg", 0644, &kmsg_fops, 0 }, #endif Loading Loading
drivers/char/mem.c +3 −0 Original line number Diff line number Diff line Loading @@ -859,6 +859,9 @@ static const struct memdev { [8] = { "random", 0666, &random_fops, 0 }, [9] = { "urandom", 0666, &urandom_fops, 0 }, #endif #ifndef CONFIG_HW_RANDOM [10] = { "hw_random", 0666, &urandom_fops, 0 }, #endif #ifdef CONFIG_PRINTK [11] = { "kmsg", 0644, &kmsg_fops, 0 }, #endif Loading