Eric Anholt <[email protected]> writes: > Ben Dooks <[email protected]> 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 <[email protected]> > > 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

