aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/cxl/flash.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/misc/cxl/flash.c')
-rw-r--r--drivers/misc/cxl/flash.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/misc/cxl/flash.c b/drivers/misc/cxl/flash.c
index 68dd0b7da471..c63d61e17d56 100644
--- a/drivers/misc/cxl/flash.c
+++ b/drivers/misc/cxl/flash.c
@@ -24,8 +24,8 @@ struct ai_header {
24}; 24};
25 25
26static struct semaphore sem; 26static struct semaphore sem;
27unsigned long *buffer[CXL_AI_MAX_ENTRIES]; 27static unsigned long *buffer[CXL_AI_MAX_ENTRIES];
28struct sg_list *le; 28static struct sg_list *le;
29static u64 continue_token; 29static u64 continue_token;
30static unsigned int transfer; 30static unsigned int transfer;
31 31