]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - arch/frv/kernel/sysctl.c
sysctl: Drop & in front of every proc_handler.
[mirror_ubuntu-bionic-kernel.git] / arch / frv / kernel / sysctl.c
index b30a4f2cda3e2c73052521ccb862ccb3e713a253..035516cb7a974e1fe44539b7cba4672f8e50d9b2 100644 (file)
@@ -180,7 +180,7 @@ static struct ctl_table frv_table[] =
                .data           = NULL,
                .maxlen         = 0,
                .mode           = 0644,
-               .proc_handler   = &procctl_frv_cachemode,
+               .proc_handler   = procctl_frv_cachemode,
        },
 #ifdef CONFIG_MMU
        {
@@ -188,7 +188,7 @@ static struct ctl_table frv_table[] =
                .data           = NULL,
                .maxlen         = 0,
                .mode           = 0644,
-               .proc_handler   = &procctl_frv_pin_cxnr
+               .proc_handler   = procctl_frv_pin_cxnr
        },
 #endif
        {}