From: Andrew Morton <akpm@linux-foundation.org>
To: Jon Schindler <jkschind@gmail.com>
Cc: linux-kernel@vger.kernel.org, trivial@kernel.org,
kernel-janitors@vger.kernel.org
Subject: Re: [PATCH 2/9] /drivers/net/8390.c replaced
Date: Sat, 01 Mar 2008 01:24:06 +0000 [thread overview]
Message-ID: <20080229172406.ec0f0cd9.akpm@linux-foundation.org> (raw)
In-Reply-To: <47C66311.7020000@watson.wustl.edu>
On Thu, 28 Feb 2008 01:30:25 -0600
Jon Schindler <jkschind@gmail.com> wrote:
> Replaced init_module and cleanup_module with static functions and module_init/module_exit.
I get
drivers/net/8390.c: In function '__inittest':
drivers/net/8390.c:60: error: 'ns8390_init_module' undeclared (first use in this function)
drivers/net/8390.c:60: error: (Each undeclared identifier is reported only once
drivers/net/8390.c:60: error: for each function it appears in.)
drivers/net/8390.c: At top level:
drivers/net/8390.c:60: error: 'init_module' aliased to undefined symbol 'ns8390_init_module'
WARNING: multiple messages have this Message-ID (diff)
From: Andrew Morton <akpm@linux-foundation.org>
To: Jon Schindler <jkschind@gmail.com>
Cc: linux-kernel@vger.kernel.org, trivial@kernel.org,
kernel-janitors@vger.kernel.org
Subject: Re: [PATCH 2/9] /drivers/net/8390.c replaced init_module&cleanup_module with module_init&module_exit
Date: Fri, 29 Feb 2008 17:24:06 -0800 [thread overview]
Message-ID: <20080229172406.ec0f0cd9.akpm@linux-foundation.org> (raw)
In-Reply-To: <47C66311.7020000@watson.wustl.edu>
On Thu, 28 Feb 2008 01:30:25 -0600
Jon Schindler <jkschind@gmail.com> wrote:
> Replaced init_module and cleanup_module with static functions and module_init/module_exit.
I get
drivers/net/8390.c: In function '__inittest':
drivers/net/8390.c:60: error: 'ns8390_init_module' undeclared (first use in this function)
drivers/net/8390.c:60: error: (Each undeclared identifier is reported only once
drivers/net/8390.c:60: error: for each function it appears in.)
drivers/net/8390.c: At top level:
drivers/net/8390.c:60: error: 'init_module' aliased to undefined symbol 'ns8390_init_module'
next prev parent reply other threads:[~2008-03-01 1:24 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-28 7:30 [PATCH 2/9] /drivers/net/8390.c replaced init_module&cleanup_module Jon Schindler
2008-02-28 7:30 ` [PATCH 2/9] /drivers/net/8390.c replaced init_module&cleanup_module with module_init&module_exit Jon Schindler
2008-03-01 1:24 ` Andrew Morton [this message]
2008-03-01 1:24 ` Andrew Morton
2008-03-01 2:32 ` [PATCH 2/9] /drivers/net/8390.c replaced init_module&cleanup_module Jon Schindler
2008-03-01 2:32 ` [PATCH 2/9] /drivers/net/8390.c replaced init_module&cleanup_module with module_init&module_exit Jon Schindler
2008-03-01 2:46 ` [PATCH 2/9] /drivers/net/8390.c replaced init_module&cleanup_module Jon Schindler
2008-03-01 2:46 ` [PATCH 2/9] /drivers/net/8390.c replaced init_module&cleanup_module with module_init&module_exit Jon Schindler
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=20080229172406.ec0f0cd9.akpm@linux-foundation.org \
--to=akpm@linux-foundation.org \
--cc=jkschind@gmail.com \
--cc=kernel-janitors@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=trivial@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.