summaryrefslogtreecommitdiffstats
path: root/include/net/irda/irlan_filter.h
diff options
context:
space:
mode:
authorAdrian Bunk2005-09-06 03:08:11 +0200
committerDavid S. Miller2005-09-06 03:08:11 +0200
commit506e7beb7468c7cf56370d0a7a6afbec56653473 (patch)
tree732c43a6642d073171bcf55c028f57c1ced824e4 /include/net/irda/irlan_filter.h
parent[SCTP]: net/sctp/sysctl.c should #include <net/sctp/sctp.h> (diff)
downloadkernel-qcow2-linux-506e7beb7468c7cf56370d0a7a6afbec56653473.tar.gz
kernel-qcow2-linux-506e7beb7468c7cf56370d0a7a6afbec56653473.tar.xz
kernel-qcow2-linux-506e7beb7468c7cf56370d0a7a6afbec56653473.zip
[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>
Diffstat (limited to 'include/net/irda/irlan_filter.h')
-rw-r--r--include/net/irda/irlan_filter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/irda/irlan_filter.h b/include/net/irda/irlan_filter.h
index 3afeb6c94ea4..492dedaa8ac1 100644
--- a/include/net/irda/irlan_filter.h
+++ b/include/net/irda/irlan_filter.h
@@ -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 */