Commit 35b52b33 authored by kbuild test robot's avatar kbuild test robot Committed by Enric Balletbo i Serra

platform/chrome: cros_ec_debugfs: cros_ec_uptime_fops can be static

Fixes: 909447f683b3 ("platform/chrome: cros_ec_debugfs: Add debugfs entry to retrieve EC uptime")
Signed-off-by: default avatarkbuild test robot <lkp@intel.com>
Signed-off-by: default avatarEnric Balletbo i Serra <enric.balletbo@collabora.com>
parent 1fbc6ec2
......@@ -286,7 +286,7 @@ static const struct file_operations cros_ec_pdinfo_fops = {
.llseek = default_llseek,
};
const struct file_operations cros_ec_uptime_fops = {
static const struct file_operations cros_ec_uptime_fops = {
.owner = THIS_MODULE,
.open = simple_open,
.read = cros_ec_uptime_read,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment