|
@@ -1,5 +1,6 @@
|
|
|
/*
|
|
|
* Copyright (c) 2012-2021 The Linux Foundation. All rights reserved.
|
|
|
+ * Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
|
*
|
|
|
* Permission to use, copy, modify, and/or distribute this software for
|
|
|
* any purpose with or without fee is hereby granted, provided that the
|
|
@@ -81,6 +82,7 @@ static const struct proc_ops pktlog_fops = {
|
|
|
.proc_open = pktlog_open,
|
|
|
.proc_release = pktlog_release,
|
|
|
.proc_read = pktlog_read,
|
|
|
+ .proc_lseek = default_llseek,
|
|
|
};
|
|
|
#else
|
|
|
static struct file_operations pktlog_fops = {
|