mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 01:53:29 +02:00
drm/mgag200: set variable mgag200_modeset storage-class-specifier to static
smatch reports drivers/gpu/drm/mgag200/mgag200_drv.c:23:5: warning: symbol 'mgag200_modeset' was not declared. Should it be static? This variable is only used in its defining file, so it should be static Signed-off-by: Tom Rix <trix@redhat.com> Reviewed-by: Jocelyn Falempe <jfalempe@redhat.com> Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de> Signed-off-by: Jocelyn Falempe <jfalempe@redhat.com> Link: https://patchwork.freedesktop.org/patch/msgid/20230517134140.874179-1-trix@redhat.com
This commit is contained in:
parent
05aa613345
commit
75f2d61b3d
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
#include "mgag200_drv.h"
|
||||
|
||||
int mgag200_modeset = -1;
|
||||
static int mgag200_modeset = -1;
|
||||
MODULE_PARM_DESC(modeset, "Disable/Enable modesetting");
|
||||
module_param_named(modeset, mgag200_modeset, int, 0400);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user