drm/etnaviv: fold __etnaviv_gem_new into caller
authorLucas Stach <l.stach@pengutronix.de>
Fri, 17 Nov 2017 11:11:25 +0000 (12:11 +0100)
committerLucas Stach <l.stach@pengutronix.de>
Tue, 2 Jan 2018 16:05:55 +0000 (17:05 +0100)
commitcdd325632d4b1723d5e3bbe7c20f030fbac304ae
treeb4b04a8d84320c2c15ee4b624ea9c3d6ee147c0d
parent783c06cb9c9072ff87903cce73317209b3af8568
drm/etnaviv: fold __etnaviv_gem_new into caller

This function has only one caller and it isn't expected that there will
be any more in the future. Folding this function into the caller is
helping the readability.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de>
Reviewed-by: Christian Gmeiner <christian.gmeiner@gmail.com>
drivers/gpu/drm/etnaviv/etnaviv_gem.c