aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/wmi.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/include/linux/wmi.h b/include/linux/wmi.h
index a283768afb7e..cd0d7734dc49 100644
--- a/include/linux/wmi.h
+++ b/include/linux/wmi.h
@@ -22,11 +22,8 @@
struct wmi_device {
struct device dev;
- /*
- * These are true for data objects that support reads and writes,
- * respectively.
- */
- bool readable, writeable;
+ /* True for data blocks implementing the Set Control Method */
+ bool setable;
};
/* Caller must kfree the result. */