Re: [PATCH] fix undefined reference for sis drm.

Alan Cox (alan@lxorguk.ukuu.org.uk)
06 Mar 2003 15:18:23 +0000


On Thu, 2003-03-06 at 10:10, Geoffrey Lee wrote:
> Hi all,
>
>
> This fixes a bug where where if sis fb is not set and sis drm is
> selected then there will be undefined references to sis_malloc() and
> sis_free().
>
> What I've done is a sort of a bandaid because I don't have hardware
> to fix and test.

Direct render occurs before the frame buffer so it doesn't work
In addition you can have both modular so you'd want to make it

dep_tristate ' SiS' CONFIG_DRM_SIS $CONFIG_AGP $CONFIG_FB_SIS

even if the order worked out.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/