Skip to content

Commit 30d058b

Browse files
author
Fox Snowpatch
committed
1 parent 4f37907 commit 30d058b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/char/nvram.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
#include <asm/nvram.h>
5454
#endif
5555

56-
static DEFINE_MUTEX(nvram_mutex);
56+
static __maybe_unused DEFINE_MUTEX(nvram_mutex);
5757
static DEFINE_SPINLOCK(nvram_state_lock);
5858
static int nvram_open_cnt; /* #times opened */
5959
static int nvram_open_mode; /* special open modes */

0 commit comments

Comments
 (0)