From 506e7beb7468c7cf56370d0a7a6afbec56653473 Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Mon, 5 Sep 2005 18:08:11 -0700 Subject: [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 Signed-off-by: David S. Miller --- net/irda/irlan/irlan_filter.c | 1 + net/irda/qos.c | 1 + 2 files changed, 2 insertions(+) (limited to 'net/irda') diff --git a/net/irda/irlan/irlan_filter.c b/net/irda/irlan/irlan_filter.c index 343c5d4a1a1..ca7d358dab5 100644 --- a/net/irda/irlan/irlan_filter.c +++ b/net/irda/irlan/irlan_filter.c @@ -27,6 +27,7 @@ #include #include +#include /* * Function irlan_filter_request (self, skb) diff --git a/net/irda/qos.c b/net/irda/qos.c index df732d56cc5..ddfb5c502a9 100644 --- a/net/irda/qos.c +++ b/net/irda/qos.c @@ -37,6 +37,7 @@ #include #include #include +#include /* * Maximum values of the baud rate we negociate with the other end. -- cgit v1.2.3