Am Freitag, 29. Oktober 2004 16:38 schrieb Jon Smirl:
> On Fri, 29 Oct 2004 01:54:21 +0200, Dieter Nützel
>
> <[EMAIL PROTECTED]> wrote:
> > Am Donnerstag, 28. Oktober 2004 12:42 schrieb Felix Kühling:
> > > Two small problems I had with Linux 2.6.4:
> > >
> > >      1. In order to make drm_stub.c compile without errors I had to
> > >         #include <linux/moduleparam> explicitly.
> >
> > You mean:
> >
> > --- linux-core/drm_stub.c       2004-10-28 17:44:45.192753118 +0200
> > +++ linux-core/drm_stub.c.new   2004-10-28 17:43:35.379578727 +0200
> > @@ -35,6 +35,7 @@
> >
> >  #include "drmP.h"
> >  #include "drm_core.h"
> > +#include <linux/moduleparam.h>
> >
> >  unsigned int cards_limit = 16; /* Enough for one machine */
> >  unsigned int drm_debug = 0;            /* 1 to enable debug output */
>
> I just added the include.

Thanks!

And what about the spinlock/rwlock initialization?
Was '[PATCH 9/23] Lock initializer unifying Batch 2 (DRM)'.

I have it in (only the first part, drm_drv.h) and it works , of course.

-Dieter


-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_idU88&alloc_id065&op=click
--
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to