projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f74400
)
accel/amdxdna: Declare force_cmdlist as static
author
Lizhi Hou
<lizhi.hou@amd.com>
Thu, 2 Jan 2025 21:22:42 +0000
(13:22 -0800)
committer
Mario Limonciello
<mario.limonciello@amd.com>
Sat, 4 Jan 2025 05:38:16 +0000
(23:38 -0600)
Fix sparse warning:
symbol 'force_cmdlist' was not declared. Should it be static?
Fixes:
aac243092b70
("accel/amdxdna: Add command execution")
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/
202412311448
.GKQj7uPZ-lkp@intel.com/
Signed-off-by: Lizhi Hou <lizhi.hou@amd.com>
Reviewed-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Link:
https://patchwork.freedesktop.org/patch/msgid/20250102212244.1586340-5-lizhi.hou@amd.com
drivers/accel/amdxdna/aie2_ctx.c
patch
|
blob
|
history
diff --git
a/drivers/accel/amdxdna/aie2_ctx.c
b/drivers/accel/amdxdna/aie2_ctx.c
index
9facf45
..
5f43db0
100644
(file)
--- a/
drivers/accel/amdxdna/aie2_ctx.c
+++ b/
drivers/accel/amdxdna/aie2_ctx.c
@@
-22,7
+22,7
@@
#include "amdxdna_mailbox.h"
#include "amdxdna_pci_drv.h"
-bool force_cmdlist;
+
static
bool force_cmdlist;
module_param(force_cmdlist, bool, 0600);
MODULE_PARM_DESC(force_cmdlist, "Force use command list (Default false)");