[IRDA]: IrDA prototype fixes
Every file should #include the header files containing the prototypes of it's global functions. In this case this showed that the prototype of irlan_print_filter() was wrong which is also corrected in this patch. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
8c5955d83e
commit
506e7beb74
@ -28,6 +28,6 @@
|
||||
void irlan_check_command_param(struct irlan_cb *self, char *param,
|
||||
char *value);
|
||||
void irlan_filter_request(struct irlan_cb *self, struct sk_buff *skb);
|
||||
int irlan_print_filter(struct seq_file *seq, int filter_type);
|
||||
void irlan_print_filter(struct seq_file *seq, int filter_type);
|
||||
|
||||
#endif /* IRLAN_FILTER_H */
|
||||
|
Reference in New Issue
Block a user