diff --git a/[refs] b/[refs] index e1f72381fabf..e3c9fd676d20 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e694ba4428d53882489c07fd7d60c39b3e164dd5 +refs/heads/master: 95b99a670df31ca5271f503f378e5cac3aee8f5e diff --git a/trunk/include/net/irda/irlan_filter.h b/trunk/include/net/irda/irlan_filter.h index 492dedaa8ac1..1720539ac2c1 100644 --- a/trunk/include/net/irda/irlan_filter.h +++ b/trunk/include/net/irda/irlan_filter.h @@ -28,6 +28,8 @@ 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); +#ifdef CONFIG_PROC_FS void irlan_print_filter(struct seq_file *seq, int filter_type); +#endif #endif /* IRLAN_FILTER_H */