From: Dave Jones <davej@codemonkey.org.uk>
To: Adrian Bunk <bunk@fs.tum.de>
Cc: Linux Kernel <linux-kernel@vger.kernel.org>,
Dominik Brodowski <linux@brodo.de>
Subject: Re: 2.5.60-dj2: lonkhaul.c doesn't compile
Date: Wed, 12 Feb 2003 13:49:41 +0000 [thread overview]
Message-ID: <20030212134941.GC3770@codemonkey.org.uk> (raw)
In-Reply-To: <20030212134706.GH17128@fs.tum.de>
On Wed, Feb 12, 2003 at 02:47:06PM +0100, Adrian Bunk wrote:
> arch/i386/kernel/cpu/cpufreq/longhaul.c:644: `longhaul_driver' undeclared (first use in this function)
> arch/i386/kernel/cpu/cpufreq/longhaul.c:644: (Each undeclared identifier is reported only once
> arch/i386/kernel/cpu/cpufreq/longhaul.c:644: for each function it appears in.)
> arch/i386/kernel/cpu/cpufreq/longhaul.c: At top level:
> arch/i386/kernel/cpu/cpufreq/longhaul.c:650: `longhaul_driver' used prior to declaration
> make[3]: *** [arch/i386/kernel/cpu/cpufreq/longhaul.o] Error 1
The longhaul_driver struct needs to be defined before longhaul_cpu_init()
You'll need to fix up forward declaration of longhaul_cpu_init() then
though too. Icky.
Dave
--
| Dave Jones. http://www.codemonkey.org.uk
| SuSE Labs
prev parent reply other threads:[~2003-02-12 13:44 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-02-11 18:22 Linux 2.5.60-dj2 Dave Jones
2003-02-12 13:47 ` 2.5.60-dj2: lonkhaul.c doesn't compile Adrian Bunk
2003-02-12 13:49 ` Dave Jones [this message]
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=20030212134941.GC3770@codemonkey.org.uk \
--to=davej@codemonkey.org.uk \
--cc=bunk@fs.tum.de \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@brodo.de \
/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.