Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 104192
b: refs/heads/master
c: 253b00f
h: refs/heads/master
v: v3
  • Loading branch information
Joe Perches authored and Dmitry Torokhov committed May 16, 2008
1 parent 48eb185 commit 2447622
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ccd3474569a101914444dc37cc108eec22578999
refs/heads/master: 253b00f1e6619055d524188f254ccb951bffce5d
2 changes: 2 additions & 0 deletions trunk/drivers/char/keyboard.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@

extern void ctrl_alt_del(void);

#define to_handle_h(n) container_of(n, struct input_handle, h_node)

/*
* Exported functions/variables
*/
Expand Down
5 changes: 0 additions & 5 deletions trunk/include/linux/input.h
Original file line number Diff line number Diff line change
Expand Up @@ -1213,11 +1213,6 @@ struct input_handle {
struct list_head h_node;
};

#define to_dev(n) container_of(n, struct input_dev, node)
#define to_handler(n) container_of(n, struct input_handler, node)
#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)

struct input_dev *input_allocate_device(void);
void input_free_device(struct input_dev *dev);

Expand Down

0 comments on commit 2447622

Please sign in to comment.