Skip to content

Commit 2e2431d

Browse files
Wer-Wolfij-intel
authored andcommitted
platform/x86: intel_scu_ipcutil: Make scu static
The variable is only used internally and has no external users, so it should me made static. Compile-tested only. Reviewed-by: Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@linux.intel.com> Signed-off-by: Armin Wolf <W_Armin@gmx.de> Reviewed-by: Mika Westerberg <mika.westerberg@linux.intel.com> Link: https://lore.kernel.org/r/20240223163901.13504-3-W_Armin@gmx.de Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
1 parent bb05226 commit 2e2431d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/platform/x86/intel_scu_ipcutil.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
static int major;
2424

25-
struct intel_scu_ipc_dev *scu;
25+
static struct intel_scu_ipc_dev *scu;
2626
static DEFINE_MUTEX(scu_lock);
2727

2828
/* IOCTL commands */

0 commit comments

Comments
 (0)