From: Sam Ravnborg <sam@ravnborg.org>
To: "Brian D. McGrew" <brian@visionpro.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Invalid module format?
Date: Fri, 19 May 2006 23:35:09 +0200 [thread overview]
Message-ID: <20060519213509.GA362@mars.ravnborg.org> (raw)
In-Reply-To: <14CFC56C96D8554AA0B8969DB825FEA0012B3262@chicken.machinevisionproducts.com>
> #ifndef __KERNEL__
> #define __KERNEL__
> #endif
>
> #ifndef MODULE
> #define MODULE
> #endif
Kill these.
>
> #ifndef CONFIG_PCI
> #error "This driver REQUIRES PCI support"
> #endif
>
> #if defined(CONFIG_MODVERSIONS) && !defined(MODVERSIONS)
> #define MODVERSIONS /* force it on */
> #endif
Looks bogus. Either it is enabled or not.
You cannot change it like this.
Sam
next prev parent reply other threads:[~2006-05-19 21:35 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-05-19 17:11 Invalid module format? Brian D. McGrew
2006-05-19 17:19 ` Randy.Dunlap
2006-05-19 17:55 ` Randy.Dunlap
2006-05-19 21:35 ` Sam Ravnborg [this message]
-- strict thread matches above, loose matches on Subject: below --
2006-05-19 18:38 Brian D. McGrew
2006-05-19 20:21 ` Randy.Dunlap
2006-05-20 17:37 ` Randy.Dunlap
2006-05-19 17:23 Brian D. McGrew
2006-05-18 14:01 Brian D. McGrew
2006-05-19 1:50 ` Arjan van de Ven
2004-06-12 0:38 Invalid module format ? J.A. Magallon
2004-06-12 0:51 ` Matt H.
2004-06-12 0:55 ` J.A. Magallon
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=20060519213509.GA362@mars.ravnborg.org \
--to=sam@ravnborg.org \
--cc=brian@visionpro.com \
--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