aboutsummaryrefslogtreecommitdiff
path: root/device/kmsg.c
diff options
context:
space:
mode:
Diffstat (limited to 'device/kmsg.c')
-rw-r--r--device/kmsg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/device/kmsg.c b/device/kmsg.c
index e49eb3d3..4885d7b3 100644
--- a/device/kmsg.c
+++ b/device/kmsg.c
@@ -44,7 +44,7 @@ static queue_head_t kmsg_read_queue;
/* Used for exclusive access to the device */
static boolean_t kmsg_in_use;
/* Used for exclusive access to the routines */
-decl_simple_lock_data (static, kmsg_lock);
+def_simple_lock_data (static, kmsg_lock);
/* If already initialized or not */
static boolean_t kmsg_init_done = FALSE;