diff options
-rw-r--r-- | drivers/char/mem.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/char/mem.c b/drivers/char/mem.c index bed3503184e4..0491cdf63f2a 100644 --- a/drivers/char/mem.c +++ b/drivers/char/mem.c | |||
@@ -878,8 +878,8 @@ static const struct memdev { | |||
878 | [ 4] = { "port", &port_fops, NULL }, | 878 | [ 4] = { "port", &port_fops, NULL }, |
879 | #endif | 879 | #endif |
880 | [ 5] = { "zero", &zero_fops, &zero_bdi }, | 880 | [ 5] = { "zero", &zero_fops, &zero_bdi }, |
881 | [ 6] = { "full", &full_fops, NULL }, | 881 | [ 7] = { "full", &full_fops, NULL }, |
882 | [ 7] = { "random", &random_fops, NULL }, | 882 | [ 8] = { "random", &random_fops, NULL }, |
883 | [ 9] = { "urandom", &urandom_fops, NULL }, | 883 | [ 9] = { "urandom", &urandom_fops, NULL }, |
884 | [11] = { "kmsg", &kmsg_fops, NULL }, | 884 | [11] = { "kmsg", &kmsg_fops, NULL }, |
885 | #ifdef CONFIG_CRASH_DUMP | 885 | #ifdef CONFIG_CRASH_DUMP |