Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 95b99a67 authored by Randy Dunlap's avatar Randy Dunlap Committed by David S. Miller
Browse files

[IRDA] irlan: Fix compile warning when CONFIG_PROC_FS=n



include/net/irda/irlan_filter.h:31: warning: 'struct seq_file' declared inside parameter list
include/net/irda/irlan_filter.h:31: warning: its scope is only this definition or declaration, which is probably not what you want

Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent e694ba44
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -28,6 +28,8 @@
void irlan_check_command_param(struct irlan_cb *self, char *param, 
void irlan_check_command_param(struct irlan_cb *self, char *param, 
			       char *value);
			       char *value);
void irlan_filter_request(struct irlan_cb *self, struct sk_buff *skb);
void irlan_filter_request(struct irlan_cb *self, struct sk_buff *skb);
#ifdef CONFIG_PROC_FS
void irlan_print_filter(struct seq_file *seq, int filter_type);
void irlan_print_filter(struct seq_file *seq, int filter_type);
#endif


#endif /* IRLAN_FILTER_H */
#endif /* IRLAN_FILTER_H */