diff options
Diffstat (limited to 'arch/mips/cavium-octeon/flash_setup.c')
-rw-r--r-- | arch/mips/cavium-octeon/flash_setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/cavium-octeon/flash_setup.c b/arch/mips/cavium-octeon/flash_setup.c index 0a430e06f5e5..e44a55bc7f0d 100644 --- a/arch/mips/cavium-octeon/flash_setup.c +++ b/arch/mips/cavium-octeon/flash_setup.c | |||
@@ -60,7 +60,7 @@ static int __init flash_init(void) | |||
60 | if (mymtd) { | 60 | if (mymtd) { |
61 | mymtd->owner = THIS_MODULE; | 61 | mymtd->owner = THIS_MODULE; |
62 | mtd_device_parse_register(mymtd, part_probe_types, | 62 | mtd_device_parse_register(mymtd, part_probe_types, |
63 | 0, NULL, 0); | 63 | NULL, NULL, 0); |
64 | } else { | 64 | } else { |
65 | pr_err("Failed to register MTD device for flash\n"); | 65 | pr_err("Failed to register MTD device for flash\n"); |
66 | } | 66 | } |