Merge tag 'linux-kselftest-4.8-rc1-update' of git://git.kernel.org/pub/scm/linux...
[deliverable/linux.git] / arch / arm / mach-bcm / bcm63xx_pmb.c
index de061ec5a47964c99cba838bac515fba48b475eb..41dcf5d65630cfe96da9480e4e0496b19b27d9ae 100644 (file)
@@ -92,7 +92,6 @@ static int bcm63xx_pmb_get_resources(struct device_node *dn,
                                     unsigned int *cpu,
                                     unsigned int *addr)
 {
-       struct device_node *pmb_dn;
        struct of_phandle_args args;
        int ret;
 
@@ -109,7 +108,6 @@ static int bcm63xx_pmb_get_resources(struct device_node *dn,
                return ret;
        }
 
-       pmb_dn = args.np;
        if (args.args_count != 2) {
                pr_err("reset-controller does not conform to reset-cells\n");
                return -EINVAL;
This page took 0.025627 seconds and 5 git commands to generate.