[PATCH] lib/int_sqrt.c: speedup compilation

2005-07-16 Thread Alexey Dobriyan
It uses only EXPORT_SYMBOL, so...

Signed-off-by: Alexey Dobriyan <[EMAIL PROTECTED]>
---

 lib/int_sqrt.c |2 --
 1 files changed, 2 deletions(-)

--- linux-vanilla/lib/int_sqrt.c2005-07-16 02:05:11.0 +0400
+++ linux-int_sqrt/lib/int_sqrt.c   2005-07-16 03:11:38.0 +0400
@@ -1,5 +1,3 @@
-
-#include 
 #include 
 
 /**

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] lib/int_sqrt.c: speedup compilation

2005-07-16 Thread Alexey Dobriyan
It uses only EXPORT_SYMBOL, so...

Signed-off-by: Alexey Dobriyan [EMAIL PROTECTED]
---

 lib/int_sqrt.c |2 --
 1 files changed, 2 deletions(-)

--- linux-vanilla/lib/int_sqrt.c2005-07-16 02:05:11.0 +0400
+++ linux-int_sqrt/lib/int_sqrt.c   2005-07-16 03:11:38.0 +0400
@@ -1,5 +1,3 @@
-
-#include linux/kernel.h
 #include linux/module.h
 
 /**

-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/