netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net/bluetooth/lib.c: remove unneeded #defines
@ 2005-09-28 20:28 Alexey Dobriyan
  2005-09-29 16:41 ` Marcel Holtmann
  0 siblings, 1 reply; 3+ messages in thread
From: Alexey Dobriyan @ 2005-09-28 20:28 UTC (permalink / raw)
  To: Marcel Holtmann, Maxim Krasnyansky; +Cc: bluez-devel, netdev

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
---

 net/bluetooth/lib.c |    3 ---
 1 file changed, 3 deletions(-)

--- a/net/bluetooth/lib.c
+++ b/net/bluetooth/lib.c
@@ -24,12 +24,9 @@
 
 /* Bluetooth kernel library. */
 
-#include <linux/config.h>
 #include <linux/module.h>
 
 #include <linux/kernel.h>
-#include <linux/stddef.h>
-#include <linux/string.h>
 #include <asm/errno.h>
 
 #include <net/bluetooth/bluetooth.h>



-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] net/bluetooth/lib.c: remove unneeded #defines
  2005-09-28 20:28 [PATCH] net/bluetooth/lib.c: remove unneeded #defines Alexey Dobriyan
@ 2005-09-29 16:41 ` Marcel Holtmann
  2005-09-29 18:14   ` Alexey Dobriyan
  0 siblings, 1 reply; 3+ messages in thread
From: Marcel Holtmann @ 2005-09-29 16:41 UTC (permalink / raw)
  To: Alexey Dobriyan; +Cc: Maxim Krasnyansky, bluez-devel, netdev

Hi Alexey,

> Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
> ---
> 
>  net/bluetooth/lib.c |    3 ---
>  1 file changed, 3 deletions(-)
> 
> --- a/net/bluetooth/lib.c
> +++ b/net/bluetooth/lib.c
> @@ -24,12 +24,9 @@
>  
>  /* Bluetooth kernel library. */
>  
> -#include <linux/config.h>
>  #include <linux/module.h>
>  
>  #include <linux/kernel.h>
> -#include <linux/stddef.h>
> -#include <linux/string.h>
>  #include <asm/errno.h>
>  
>  #include <net/bluetooth/bluetooth.h>

thanks for the patch. Do you have more of them? If yes, then I like to
cleanup this in one row and not step by step.

Regards

Marcel




-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] net/bluetooth/lib.c: remove unneeded #defines
  2005-09-29 16:41 ` Marcel Holtmann
@ 2005-09-29 18:14   ` Alexey Dobriyan
  0 siblings, 0 replies; 3+ messages in thread
From: Alexey Dobriyan @ 2005-09-29 18:14 UTC (permalink / raw)
  To: Marcel Holtmann; +Cc: Maxim Krasnyansky, bluez-devel, netdev

On Thu, Sep 29, 2005 at 06:41:32PM +0200, Marcel Holtmann wrote:
> > -#include <linux/config.h>
> >  #include <linux/module.h>
> >  
> >  #include <linux/kernel.h>
> > -#include <linux/stddef.h>
> > -#include <linux/string.h>
> >  #include <asm/errno.h>
> >  
> >  #include <net/bluetooth/bluetooth.h>
> 
> thanks for the patch. Do you have more of them? If yes, then I like to
> cleanup this in one row and not step by step.

Looks like fcntl.h can be dropped too. I'll send a bigger patch.



-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-09-29 18:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-28 20:28 [PATCH] net/bluetooth/lib.c: remove unneeded #defines Alexey Dobriyan
2005-09-29 16:41 ` Marcel Holtmann
2005-09-29 18:14   ` Alexey Dobriyan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).