[PATCH 15/85] drivers: gpu: Mark function as static in ctxnvd7.c

2014-01-06 Thread Rashika Kheria
Mark function nvd7_grctx_generate_main() as static in drm/nouveau/core/engine/graph/ctxnvd7.c because it is not used outside this file. This eliminates the following warning in drm/nouveau/core/engine/graph/ctxnvd7.c: drivers/gpu/drm/nouveau/core/engine/graph/ctxnvd7.c:215:1: warning: no previous

[PATCH 15/85] drivers: gpu: Mark function as static in ctxnvd7.c

2014-01-06 Thread Maarten Lankhorst
op 06-01-14 16:11, Rashika Kheria schreef: > Mark function nvd7_grctx_generate_main() as static in > drm/nouveau/core/engine/graph/ctxnvd7.c because it is not used outside > this file. > > This eliminates the following warning in > drm/nouveau/core/engine/graph/ctxnvd7.c: > drivers/gpu/drm/nouveau/