usb: phy: phy-mv-usb: delete unnecessary 'out of memory' messages
[deliverable/linux.git] / drivers / misc / vexpress-syscfg.c
index 3250fc1df0aa35416d5dad4d59e90003ad224169..b3a812384a6f90a46384b0aac2050707e513b049 100644 (file)
@@ -130,7 +130,7 @@ static int vexpress_syscfg_write(void *context, unsigned int index,
        return vexpress_syscfg_exec(func, index, true, &val);
 }
 
-struct regmap_config vexpress_syscfg_regmap_config = {
+static struct regmap_config vexpress_syscfg_regmap_config = {
        .lock = vexpress_config_lock,
        .unlock = vexpress_config_unlock,
        .reg_bits = 32,
@@ -276,7 +276,7 @@ int vexpress_syscfg_device_register(struct platform_device *pdev)
 }
 
 
-int vexpress_syscfg_probe(struct platform_device *pdev)
+static int vexpress_syscfg_probe(struct platform_device *pdev)
 {
        struct vexpress_syscfg *syscfg;
        struct resource *res;
This page took 0.023865 seconds and 5 git commands to generate.