aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorSam Ravnborg <sam@ravnborg.org>2007-04-29 14:40:53 -0400
committerSam Ravnborg <sam@ravnborg.org>2007-05-02 14:58:10 -0400
commit66bd32e443203735b00f22bede637ec98f3070ca (patch)
tree1f322dc34cebb99a1b6d77dbcaaf0e0c0947d4bd /scripts
parentf03e1666d6164da6f098dc1a2e539eced3e4461a (diff)
kbuild: remove stale comment in modpost.c
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/mod/modpost.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/mod/modpost.c b/scripts/mod/modpost.c
index b10b69b56a31..b81157cf4527 100644
--- a/scripts/mod/modpost.c
+++ b/scripts/mod/modpost.c
@@ -626,7 +626,6 @@ static int strrcmp(const char *s, const char *sub)
626 * tosec = .init.text 626 * tosec = .init.text
627 * fromsec = .text 627 * fromsec = .text
628 * atsym = kernel_init 628 * atsym = kernel_init
629 * Some symbols belong to init section but still it is ok to reference
630 * 629 *
631 * Pattern 7: 630 * Pattern 7:
632 * Logos used in drivers/video/logo reside in __initdata but the 631 * Logos used in drivers/video/logo reside in __initdata but the