linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Alexey Dobriyan <adobriyan@gmail.com>
To: Andrew Morton <akpm@osdl.org>
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] lib/int_sqrt.c: speedup compilation
Date: Sun, 17 Jul 2005 00:46:21 +0400	[thread overview]
Message-ID: <20050716204621.GA17510@mipter.zuzino.mipt.ru> (raw)

It uses only EXPORT_SYMBOL, so...

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

 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>
 
 /**


                 reply	other threads:[~2005-07-16 20:39 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050716204621.GA17510@mipter.zuzino.mipt.ru \
    --to=adobriyan@gmail.com \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).