[PATCH] lib/int_sqrt.c: speedup compilation

From: Alexey Dobriyan
Date: Sat Jul 16 2005 - 15:40:23 EST


It uses only EXPORT_SYMBOL, so...

Signed-off-by: Alexey Dobriyan <adobriyan@xxxxxxxxx>
---

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

--- linux-vanilla/lib/int_sqrt.c 2005-07-16 02:05:11.000000000 +0400
+++ linux-int_sqrt/lib/int_sqrt.c 2005-07-16 03:11:38.000000000 +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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/