summaryrefslogtreecommitdiffstats
path: root/include/linux/wmi.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/wmi.h')
-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 @@
22struct wmi_device { 22struct wmi_device {
23 struct device dev; 23 struct device dev;
24 24
25 /* 25 /* True for data blocks implementing the Set Control Method */
26 * These are true for data objects that support reads and writes, 26 bool setable;
27 * respectively.
28 */
29 bool readable, writeable;
30}; 27};
31 28
32/* Caller must kfree the result. */ 29/* Caller must kfree the result. */