mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-16 11:32:41 +00:00
Input: remove cruft that was needed for transition to sysfs
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
This commit is contained in:
parent
655816e498
commit
68c2a1607c
2 changed files with 0 additions and 19 deletions
|
@ -978,9 +978,6 @@ struct input_dev {
|
|||
unsigned int users;
|
||||
|
||||
struct class_device cdev;
|
||||
struct device *dev; /* will be removed soon */
|
||||
|
||||
int dynalloc; /* temporarily */
|
||||
|
||||
struct list_head h_list;
|
||||
struct list_head node;
|
||||
|
@ -1093,12 +1090,6 @@ struct input_handle {
|
|||
#define to_handle(n) container_of(n,struct input_handle,d_node)
|
||||
#define to_handle_h(n) container_of(n,struct input_handle,h_node)
|
||||
|
||||
static inline void init_input_dev(struct input_dev *dev)
|
||||
{
|
||||
INIT_LIST_HEAD(&dev->h_list);
|
||||
INIT_LIST_HEAD(&dev->node);
|
||||
}
|
||||
|
||||
struct input_dev *input_allocate_device(void);
|
||||
void input_free_device(struct input_dev *dev);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue