vfio/mdev: Avoid inline get and put parent helpers
authorParav Pandit <parav@mellanox.com>
Tue, 30 Apr 2019 22:49:34 +0000 (17:49 -0500)
committerAlex Williamson <alex.williamson@redhat.com>
Tue, 7 May 2019 17:23:13 +0000 (11:23 -0600)
commit405ecbf72f2eb4fc796c4c99ca4881e2cb2ab158
tree2b25abfde72099c8de632b83b8795e5acf975d20
parent6093e348a5e2475c5bb2e571346460f939998670
vfio/mdev: Avoid inline get and put parent helpers

As section 15 of Documentation/process/coding-style.rst clearly
describes that compiler will be able to optimize code.

Hence drop inline for get and put helpers for parent.

Signed-off-by: Parav Pandit <parav@mellanox.com>
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
drivers/vfio/mdev/mdev_core.c