platform: goldfish: pipe: Move the file-scope goldfish_interrupt_tasklet variable...
authorRoman Kiryanov <rkir@google.com>
Wed, 3 Oct 2018 17:17:06 +0000 (10:17 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 15 Oct 2018 18:36:46 +0000 (20:36 +0200)
commitc394cc3b470c0adfee2dff4b8b2a907a73a0ee81
tree3476887a232116b431a0c5e8f8225d7a58e6a51f
parent8942b2d5094b01e4509f0118a7940bb07350e128
platform: goldfish: pipe: Move the file-scope goldfish_interrupt_tasklet variable into the driver state

This is a series of patches to move mutable file-scope variables
into the driver state. This change will help to introduce another
version of the pipe driver (with different state) for the older
host interface or having several instances of this device.

Signed-off-by: Roman Kiryanov <rkir@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/platform/goldfish/goldfish_pipe.c