1
0

[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>
Este cometimento está contido em:
Adrian Bunk
2006-03-25 18:03:38 +01:00
cometido por Greg Kroah-Hartman
ascendente 75e2df603d
cometimento fb9ac9bda9
2 ficheiros modificados com 5 adições e 6 eliminações

Ver ficheiro

@@ -34,12 +34,6 @@
#include "hid.h"
/* Drivers' initializing functions */
extern int hid_lgff_init(struct hid_device* hid);
extern int hid_lg3d_init(struct hid_device* hid);
extern int hid_pid_init(struct hid_device* hid);
extern int hid_tmff_init(struct hid_device* hid);
/*
* This table contains pointers to initializers. To add support for new
* devices, you need to add the USB vendor and product ids here.