Staging: vme: Add required identifier names.
Add identifier names for function definition arguments. Signed-off-by: Anton Leshchenko <antonl1911@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Родитель
d4ef13130e
Коммит
f0316a1950
|
@ -235,10 +235,10 @@ struct pio2_card {
|
|||
struct pio2_cntr cntr[6];
|
||||
};
|
||||
|
||||
int pio2_cntr_reset(struct pio2_card *);
|
||||
int pio2_cntr_reset(struct pio2_card *card);
|
||||
|
||||
int pio2_gpio_reset(struct pio2_card *);
|
||||
int pio2_gpio_init(struct pio2_card *);
|
||||
void pio2_gpio_exit(struct pio2_card *);
|
||||
int pio2_gpio_reset(struct pio2_card *card);
|
||||
int pio2_gpio_init(struct pio2_card *card);
|
||||
void pio2_gpio_exit(struct pio2_card *card);
|
||||
|
||||
#endif /* _VME_PIO2_H_ */
|
||||
|
|
Загрузка…
Ссылка в новой задаче