]> git.karo-electronics.de Git - linux-beck.git/commit
virtio: drop owner assignment from platform_drivers
authorWolfram Sang <wsa@the-dreams.de>
Mon, 20 Oct 2014 14:21:55 +0000 (16:21 +0200)
committerWolfram Sang <wsa@the-dreams.de>
Mon, 20 Oct 2014 14:21:55 +0000 (16:21 +0200)
commit257d6e5a3bc7866703748b4ca07dd67f3c1e35ba
treeefedb716bfd9ed885e45468325e4ee727b0343e1
parent3dd15a12486c6435b1d04b78ccf0b348880d0bfb
virtio: drop owner assignment from platform_drivers

A platform_driver does not need to set an owner, it will be populated by the
driver core.

Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/virtio/virtio_mmio.c