Re: [PATCH 01/15] platform: goldfish: pipe: Remove the goldfish_interrupt_tasklet global variable
From: Greg KH
Date: Tue Oct 02 2018 - 18:30:24 EST
On Tue, Oct 02, 2018 at 03:18:49PM -0700, rkir@xxxxxxxxxx wrote:
> From: Roman Kiryanov <rkir@xxxxxxxxxx>
>
> This is a series of patches to remove mutable global variables
> to introduce another version of the pipe driver for the older
> host interface. I don't want to have two driver states where only
> one is used.
I don't see a "global" variable here, what are you referring to.
This one:
> -static DECLARE_TASKLET(goldfish_interrupt_tasklet, goldfish_interrupt_task, 0);
?
That looks static to this file to me.
what am I missing here?
greg k-h