From: Sean Paul Date: Thu, 20 Jul 2017 17:47:42 +0000 (-0400) Subject: gpu/host1x: Remove excess parameter in host1x_subdev_add docs X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=acadb3dddb48c026cc123aa5ac176efcfecd4680;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git gpu/host1x: Remove excess parameter in host1x_subdev_add docs Fixes the following warning when building docs: ../drivers/gpu/host1x/bus.c:50: warning: Excess function parameter 'driver' description in 'host1x_subdev_add' Signed-off-by: Sean Paul Signed-off-by: Thierry Reding Link: https://patchwork.freedesktop.org/patch/msgid/20170720174746.29100-4-seanpaul@chromium.org --- diff --git a/drivers/gpu/host1x/bus.c b/drivers/gpu/host1x/bus.c index a048e3ac523d..7ece0e9058c6 100644 --- a/drivers/gpu/host1x/bus.c +++ b/drivers/gpu/host1x/bus.c @@ -41,7 +41,6 @@ struct host1x_subdev { /** * host1x_subdev_add() - add a new subdevice with an associated device node * @device: host1x device to add the subdevice to - * @driver: host1x driver * @np: device node */ static int host1x_subdev_add(struct host1x_device *device,