public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Denis Oliver Kropp <dok@directfb.org>
To: Marc-Christian Petersen <mcp@linux-systeme.de>
Cc: linux-kernel@vger.kernel.org
Subject: Re: any1 have a clue?
Date: Tue, 14 May 2002 19:37:14 +0200	[thread overview]
Message-ID: <20020514173714.GA903@skunk.convergence.de> (raw)
In-Reply-To: <200205141916.51818.mcp@linux-systeme.de>

Quoting Marc-Christian Petersen (mcp@linux-systeme.de):
> Hi there :-)
> 
> anyone have a clue what "disabled" is in 2.4.18 tree?
> I want to integrate the vmwarefb driver posted on this list for 2.4.19pre8 
> into 2.4.18 ... Or does anyone test this on 2.4.19pre8 with the same problem?
> 
> cc  -D__KERNEL__ -I/usr/src/linux-2.4.18/include  -Wall -Wstrict-prototypes 
> -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common 
> -Wno-unused -pipe -mpreferred-stack-boundary=2 -march=i686 -DMODULE  
> -DKBUILD_BASENAME=vmwarefb  -c -o vmwarefb.o vmwarefb.c
> vmwarefb.c: In function `init_module':
> vmwarefb.c:1513: `disabled' undeclared (first use in this function)
> vmwarefb.c:1513: (Each undeclared identifier is reported only once
> vmwarefb.c:1513: for each function it appears in.)
> make[3]: *** [vmwarefb.o] Error 1
> make[3]: Leaving directory `/usr/src/linux-2.4.18/drivers/video/vmware'
> make[2]: *** [_modsubdir_vmware] Error 2
> make[2]: Leaving directory `/usr/src/linux-2.4.18/drivers/video'
> make[1]: *** [_modsubdir_video] Error 2
> make[1]: Leaving directory `/usr/src/linux-2.4.18/drivers'
> make: *** [_mod_drivers] Error 2

Sorry, I didn't check if the module version compiles.
'disabled' is a static integer in the driver. It seems that
the module parameter definitions should be after its declaration.

-- 
Best regards,
  Denis Oliver Kropp

.------------------------------------------.
| DirectFB - Hardware accelerated graphics |
| http://www.directfb.org/                 |
"------------------------------------------"

                            Convergence GmbH

  reply	other threads:[~2002-05-14 17:38 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-14 17:16 any1 have a clue? Marc-Christian Petersen
2002-05-14 17:37 ` Denis Oliver Kropp [this message]
2002-05-14 17:51 ` [PATCH] vmwarefb 0.5.1 (was Re: any1 have a clue?) Denis Oliver Kropp

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=20020514173714.GA903@skunk.convergence.de \
    --to=dok@directfb.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mcp@linux-systeme.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox