aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/input
diff options
context:
space:
mode:
authorDmitry Torokhov <dmitry.torokhov@gmail.com>2017-05-26 16:55:10 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2017-05-29 20:02:01 -0700
commit79ffd5f98c11572c004d52f7ecd270ab680a7f72 (patch)
tree8b67e14e1ccaeb6ca99f848231aba6316e409176 /include/linux/input
parentMerge tag 'v4.12-rc3' into next (diff)
downloadwireguard-linux-79ffd5f98c11572c004d52f7ecd270ab680a7f72.tar.xz
wireguard-linux-79ffd5f98c11572c004d52f7ecd270ab680a7f72.zip
Input: sparse-keymap - remove sparse_keymap_free()
Now that all users of sparse_keymap_free() are gone we can remove the stub. Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'include/linux/input')
-rw-r--r--include/linux/input/sparse-keymap.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/input/sparse-keymap.h b/include/linux/input/sparse-keymap.h
index 52db62064c6e..c7346e33d958 100644
--- a/include/linux/input/sparse-keymap.h
+++ b/include/linux/input/sparse-keymap.h
@@ -51,7 +51,6 @@ struct key_entry *sparse_keymap_entry_from_keycode(struct input_dev *dev,
int sparse_keymap_setup(struct input_dev *dev,
const struct key_entry *keymap,
int (*setup)(struct input_dev *, struct key_entry *));
-void sparse_keymap_free(struct input_dev *dev);
void sparse_keymap_report_entry(struct input_dev *dev, const struct key_entry *ke,
unsigned int value, bool autorelease);