From: Adrian Bunk <[EMAIL PROTECTED]>
Date: Tue, 20 Feb 2007 01:07:21 +0100
> On Mon, Feb 05, 2007 at 06:01:42PM -0800, David Miller wrote:
> > From: [EMAIL PROTECTED]
> > Date: Mon, 05 Feb 2007 16:30:53 -0800
> >
> > > From: Adrian Bunk <[EMAIL PROTECTED]>
> > >
> > > Add proper prototypes for
On Mon, Feb 05, 2007 at 06:01:42PM -0800, David Miller wrote:
> From: [EMAIL PROTECTED]
> Date: Mon, 05 Feb 2007 16:30:53 -0800
>
> > From: Adrian Bunk <[EMAIL PROTECTED]>
> >
> > Add proper prototypes for some functions in include/net/irda/irda.h
> >
> > Signed-off-by: Adrian Bunk <[EMAIL PROTE
From: Adrian Bunk <[EMAIL PROTECTED]>
Date: Tue, 2 Jan 2007 13:45:57 +0100
> On Tue, Jan 02, 2007 at 12:39:53AM -0800, David Miller wrote:
> > I don't like it, even if it's "correct", because it is inconsistent
> > with what we do in the entire rest of the networking code.
>
> Good point.
>
> Is
On Tue, Jan 02, 2007 at 12:39:53AM -0800, David Miller wrote:
> From: Adrian Bunk <[EMAIL PROTECTED]>
> Date: Mon, 18 Dec 2006 04:46:26 +0100
>
> > This patch adds proper prototypes for some functions in
> > include/net/irda/irda.h
> >
> > Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
> ...
> >
From: Adrian Bunk <[EMAIL PROTECTED]>
Date: Mon, 18 Dec 2006 04:46:26 +0100
> This patch adds proper prototypes for some functions in
> include/net/irda/irda.h
>
> Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
...
> +struct net_device;
> +struct packet_type;
> +
> +void irda_proc_register(void)
Hi Adrian,
On Mon, Dec 18, 2006 at 04:46:26AM +0100, Adrian Bunk wrote:
> This patch adds proper prototypes for some functions in
> include/net/irda/irda.h
>
> Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
looks good to me, thanks.
Signed-off-by: Samuel Ortiz <[EMAIL PROTECTED]>
Cheers,
Samuel
This patch adds proper prototypes for some functions in
include/net/irda/irda.h
Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
---
include/net/irda/irda.h | 15 +++
net/irda/irmod.c| 13 -
2 files changed, 15 insertions(+), 13 deletions(-)
--- linux-2.6.20-r