OSDN Git Service

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

This is the last patch in the series of patches to move 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