Re: [PATCH] MPT FUSION: Delete unused header files.

2007-03-12 Thread David Miller
From: "Moore, Eric" <[EMAIL PROTECTED]> Date: Mon, 12 Mar 2007 15:29:45 -0600 > Beside including the header I plan to use every define in that header > defined someplace in the source code. > > Now can I keep the header? For sure :-) - To unsubscribe from this list: send the line "unsubscribe

RE: [PATCH] MPT FUSION: Delete unused header files.

2007-03-12 Thread Moore, Eric
> If you're going to include it just for the sake of including it, not > because the code in question actually uses types or function > declarations defined in there, don't bother, you're just using an > anti-social mechanism to keep this header file in the tree. > > Please, let's kill this

Re: [PATCH] MPT FUSION: Delete unused header files.

2007-03-12 Thread David Miller
From: "Moore, Eric" <[EMAIL PROTECTED]> Date: Mon, 12 Mar 2007 10:19:18 -0600 > Valdis.Kletnieks silly little rant: > > > Certainly appropriate content for something on your website, > > and vendors who > > provide programs like dmidecode and parsemce are always > > welcome. I could > >

Re: [PATCH] MPT FUSION: Delete unused header files.

2007-03-12 Thread Roberto Nibali
Certainly appropriate content for something on your website, and vendors who provide programs like dmidecode and parsemce are always welcome. I could probably be convinced that such info should have at least a pointer somewhere in Documentation/lsi_debug.txt or some such. But quite frankly,

RE: [PATCH] MPT FUSION: Delete unused header files.

2007-03-12 Thread Moore, Eric
Valdis.Kletnieks silly little rant: > Certainly appropriate content for something on your website, > and vendors who > provide programs like dmidecode and parsemce are always > welcome. I could > probably be convinced that such info should have at least a > pointer somewhere > in

RE: [PATCH] MPT FUSION: Delete unused header files.

2007-03-12 Thread Moore, Eric
Valdis.Kletnieks silly little rant: Certainly appropriate content for something on your website, and vendors who provide programs like dmidecode and parsemce are always welcome. I could probably be convinced that such info should have at least a pointer somewhere in

Re: [PATCH] MPT FUSION: Delete unused header files.

2007-03-12 Thread Roberto Nibali
Certainly appropriate content for something on your website, and vendors who provide programs like dmidecode and parsemce are always welcome. I could probably be convinced that such info should have at least a pointer somewhere in Documentation/lsi_debug.txt or some such. But quite frankly,

Re: [PATCH] MPT FUSION: Delete unused header files.

2007-03-12 Thread David Miller
From: Moore, Eric [EMAIL PROTECTED] Date: Mon, 12 Mar 2007 10:19:18 -0600 Valdis.Kletnieks silly little rant: Certainly appropriate content for something on your website, and vendors who provide programs like dmidecode and parsemce are always welcome. I could probably be convinced

RE: [PATCH] MPT FUSION: Delete unused header files.

2007-03-12 Thread Moore, Eric
If you're going to include it just for the sake of including it, not because the code in question actually uses types or function declarations defined in there, don't bother, you're just using an anti-social mechanism to keep this header file in the tree. Please, let's kill this header

Re: [PATCH] MPT FUSION: Delete unused header files.

2007-03-12 Thread David Miller
From: Moore, Eric [EMAIL PROTECTED] Date: Mon, 12 Mar 2007 15:29:45 -0600 Beside including the header I plan to use every define in that header defined someplace in the source code. Now can I keep the header? For sure :-) - To unsubscribe from this list: send the line unsubscribe

Re: [PATCH] MPT FUSION: Delete unused header files.

2007-03-11 Thread Valdis . Kletnieks
On Sun, 11 Mar 2007 13:55:54 MDT, Eric Moore said: > > With respect to mpi_log_fc.h - this defines the loginfo for fibre channel > protocal. This is a easy lookup to for LSI Logic customers to better > understand the kind of errors returned from firmware, and help reduce number > of support

Re: [PATCH] MPT FUSION: Delete unused header files.

2007-03-11 Thread Robert P. J. Day
On Sun, 11 Mar 2007, Eric Moore wrote: > On Sat, Mar 10, 2007 at 04:57:35PM -0500, Robert P. J. Day wrote: > > > > Delete apparently unused header files. > > > > Signed-off-by: Robert P. J. Day <[EMAIL PROTECTED]> > > > > --- > > > > drivers/message/fusion/lsi/mpi_inb.h| 221

Re: [PATCH] MPT FUSION: Delete unused header files.

2007-03-11 Thread David Miller
From: Eric Moore <[EMAIL PROTECTED]> Date: Sun, 11 Mar 2007 13:55:54 -0600 > On Sat, Mar 10, 2007 at 04:57:35PM -0500, Robert P. J. Day wrote: > > > > Delete apparently unused header files. > > > > Signed-off-by: Robert P. J. Day <[EMAIL PROTECTED]> > > > > --- > > > >

Re: [PATCH] MPT FUSION: Delete unused header files.

2007-03-11 Thread Eric Moore
On Sat, Mar 10, 2007 at 04:57:35PM -0500, Robert P. J. Day wrote: > > Delete apparently unused header files. > > Signed-off-by: Robert P. J. Day <[EMAIL PROTECTED]> > > --- > > drivers/message/fusion/lsi/mpi_inb.h| 221 -- > drivers/message/fusion/lsi/mpi_log_fc.h |

Re: [PATCH] MPT FUSION: Delete unused header files.

2007-03-11 Thread Eric Moore
On Sat, Mar 10, 2007 at 04:57:35PM -0500, Robert P. J. Day wrote: Delete apparently unused header files. Signed-off-by: Robert P. J. Day [EMAIL PROTECTED] --- drivers/message/fusion/lsi/mpi_inb.h| 221 -- drivers/message/fusion/lsi/mpi_log_fc.h | 89

Re: [PATCH] MPT FUSION: Delete unused header files.

2007-03-11 Thread David Miller
From: Eric Moore [EMAIL PROTECTED] Date: Sun, 11 Mar 2007 13:55:54 -0600 On Sat, Mar 10, 2007 at 04:57:35PM -0500, Robert P. J. Day wrote: Delete apparently unused header files. Signed-off-by: Robert P. J. Day [EMAIL PROTECTED] --- drivers/message/fusion/lsi/mpi_inb.h|

Re: [PATCH] MPT FUSION: Delete unused header files.

2007-03-11 Thread Robert P. J. Day
On Sun, 11 Mar 2007, Eric Moore wrote: On Sat, Mar 10, 2007 at 04:57:35PM -0500, Robert P. J. Day wrote: Delete apparently unused header files. Signed-off-by: Robert P. J. Day [EMAIL PROTECTED] --- drivers/message/fusion/lsi/mpi_inb.h| 221 --

Re: [PATCH] MPT FUSION: Delete unused header files.

2007-03-11 Thread Valdis . Kletnieks
On Sun, 11 Mar 2007 13:55:54 MDT, Eric Moore said: With respect to mpi_log_fc.h - this defines the loginfo for fibre channel protocal. This is a easy lookup to for LSI Logic customers to better understand the kind of errors returned from firmware, and help reduce number of support generated

[PATCH] MPT FUSION: Delete unused header files.

2007-03-10 Thread Robert P. J. Day
Delete apparently unused header files. Signed-off-by: Robert P. J. Day <[EMAIL PROTECTED]> --- drivers/message/fusion/lsi/mpi_inb.h| 221 -- drivers/message/fusion/lsi/mpi_log_fc.h | 89 2 files changed, 310 deletions(-) diff --git

[PATCH] MPT FUSION: Delete unused header files.

2007-03-10 Thread Robert P. J. Day
Delete apparently unused header files. Signed-off-by: Robert P. J. Day [EMAIL PROTECTED] --- drivers/message/fusion/lsi/mpi_inb.h| 221 -- drivers/message/fusion/lsi/mpi_log_fc.h | 89 2 files changed, 310 deletions(-) diff --git