All of lore.kernel.org
 help / color / mirror / Atom feed
From: Adrian Bunk <bunk@kernel.org>
To: linux-kernel@vger.kernel.org
Subject: [2.6 patch] include/linux/sysctl.h: remove empty #else
Date: Sun, 11 Nov 2007 07:48:18 +0100	[thread overview]
Message-ID: <20071111064818.GE21669@stusta.de> (raw)

This patch removes an empty #else.

Signed-off-by: Adrian Bunk <bunk@kernel.org>

---
8e3fb6d59ceb3fbb853c0d74f1aa0a73de90af97 
diff --git a/include/linux/sysctl.h b/include/linux/sysctl.h
index e99171f..4c1694d 100644
--- a/include/linux/sysctl.h
+++ b/include/linux/sysctl.h
@@ -1070,8 +1070,6 @@ struct ctl_table_header *register_sysctl_table(struct ctl_table * table);
 void unregister_sysctl_table(struct ctl_table_header * table);
 int sysctl_check_table(struct ctl_table *table);
 
-#else /* __KERNEL__ */
-
 #endif /* __KERNEL__ */
 
 #endif /* _LINUX_SYSCTL_H */


             reply	other threads:[~2007-11-11  6:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-11  6:48 Adrian Bunk [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-02-13 21:31 [2.6 patch] include/linux/sysctl.h: remove empty #else Adrian Bunk

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=20071111064818.GE21669@stusta.de \
    --to=bunk@kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.