On Sat, 29 Jan 2005 16:58:37 -0500, Alex Deucher <[EMAIL PROTECTED]> wrote:
> On Sat, 29 Jan 2005 09:30:33 -0500, Adam K Kirchhoff <[EMAIL PROTECTED]>
> wrote:
> >
> > This morning the radeon DRM won't build for me:
> >
> > CC [M] /usr/home/adamk/saved/source/drm/linux-core/ati_pcigart.o
> > CC [M] /usr/home/adamk/saved/source/drm/linux-core/radeon_drv.o
> > /usr/home/adamk/saved/source/drm/linux-core/radeon_drv.c:80: error:
> > `radeon_postinit' undeclared here (not in a function)
> > /usr/home/adamk/saved/source/drm/linux-core/radeon_drv.c:80: error:
> > initializer element is not constant
> > /usr/home/adamk/saved/source/drm/linux-core/radeon_drv.c:80: error:
> > (near initialization for `driver.postinit')
> > /usr/home/adamk/saved/source/drm/linux-core/radeon_drv.c:106: error:
> > initializer element is not constant
> > /usr/home/adamk/saved/source/drm/linux-core/radeon_drv.c:106: error:
> > (near initialization for `driver.fops')
> > /usr/home/adamk/saved/source/drm/linux-core/radeon_drv.c:112: error:
> > initializer element is not constant
> > /usr/home/adamk/saved/source/drm/linux-core/radeon_drv.c:112: error:
> > (near initialization for `driver.pci_driver')
> > make[2]: *** [/usr/home/adamk/saved/source/drm/linux-core/radeon_drv.o]
> > Error 1
> > make[1]: *** [_module_/usr/home/adamk/saved/source/drm/linux-core] Error 2
> > make[1]: Leaving directory `/usr/src/linux-2.6.10'
> > make: *** [modules] Error 2
> >
>
> yeah I'm getting the same error. I haven't had time to investigate further.
>
> Alex
>
change:
.postinit = radeon_postinit,
to:
.postinit = postinit,
And all builds fine.
Alex
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
--
_______________________________________________
Dri-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dri-devel