ARM: sa11x0: convert set_xxx_data() to register_xxx()
[platform/kernel/linux-starfive.git] / arch / arm / mach-sa1100 / badge4.c
index ab5883b..051ec0f 100644 (file)
@@ -212,7 +212,7 @@ static int __init badge4_init(void)
        /* maybe turn on 5v0 from the start */
        badge4_set_5V(BADGE4_5V_INITIALLY, five_v_on);
 
-       sa11x0_set_flash_data(&badge4_flash_data, &badge4_flash_resource, 1);
+       sa11x0_register_mtd(&badge4_flash_data, &badge4_flash_resource, 1);
 
        return 0;
 }