Input: remove cruft that was needed for transition to sysfs

Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
This commit is contained in:
Dmitry Torokhov 2006-09-14 01:32:28 -04:00
parent 655816e498
commit 68c2a1607c
2 changed files with 0 additions and 19 deletions

View file

@ -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);