[PATCH] USB: input/: proper prototypes
This patch adds proper prototypes in a header file for some global functions. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:

committed by
Greg Kroah-Hartman

parent
75e2df603d
commit
fb9ac9bda9
@@ -533,3 +533,8 @@ static inline int hid_ff_event(struct hid_device *hid, struct input_dev *input,
|
||||
return hid->ff_event(hid, input, type, code, value);
|
||||
return -ENOSYS;
|
||||
}
|
||||
|
||||
int hid_lgff_init(struct hid_device* hid);
|
||||
int hid_tmff_init(struct hid_device* hid);
|
||||
int hid_pid_init(struct hid_device* hid);
|
||||
|
||||
|
Reference in New Issue
Block a user