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.

-- 
Jon Smirl
[EMAIL PROTECTED]


-------------------------------------------------------
This Newsletter Sponsored by: Macrovision
For reliable Linux application installations, use the industry's leading
setup authoring tool, InstallShield X. Learn more and evaluate
today. http://clk.atdmt.com/MSI/go/ins0030000001msi/direct/01/
--
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to