Re: [PATCH] ARM: bcm2835: remove unused __packet
From: Kevin Hilman
Date: Fri Jun 10 2016 - 18:11:25 EST
Eric Anholt <eric@xxxxxxxxxx> writes:
> Ben Dooks <ben.dooks@xxxxxxxxxxxxxxx> writes:
>
>> The driver defines a variable called __packet but then never
>> uses it, and does not export it for others to use either. Fix
>> the warning about undeclared variable by removing it.
>>
>> drivers/soc/bcm/raspberrypi-power.c:48:3: warning: symbol '__packet' was not declared. Should it be static?
>
> Reviewed-by: Eric Anholt <eric@xxxxxxxxxx>
>
> PM folks: I'd be happy to see this go through your trees, but either way
> is fine with me.
Since this is in drivers/soc, just include it in your cleanup branch for
arm-soc.
Kevin