]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/nouveau/disp: remove unused function in sorg94.c
authorBaoyou Xie <baoyou.xie@linaro.org>
Tue, 13 Sep 2016 12:17:32 +0000 (20:17 +0800)
committerBen Skeggs <bskeggs@redhat.com>
Wed, 12 Oct 2016 07:29:31 +0000 (17:29 +1000)
commit97163967acab56bff26d31914426a625e5acfa67
treec327389b739e26c8e2d83437c7b0606a2495f92c
parent321c258e9192377cff2cb34b9d12fca0ee60b13f
drm/nouveau/disp: remove unused function in sorg94.c

We get 1 warning when building kernel with W=1:
drivers/gpu/drm/nouveau/nvkm/engine/disp/sorg94.c:49:1: warning: no previous prototype for 'g94_sor_output_new' [-Wmissing-prototypes]

In fact, this function is called by no one and not exported,
so this patch removes it.

Signed-off-by: Baoyou Xie <baoyou.xie@linaro.org>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nvkm/engine/disp/sorg94.c