Merge branch 'parisc-4.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller...
[cascardo/linux.git] / arch / arm / mach-bcm / bcm63xx_pmb.c
index de061ec..41dcf5d 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;