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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,