Mr. Morton,

> diff -bBpur fix/drivers/char/drm/drm_agpsupport.h
> linux-2.6.0-test9-mm2/drivers/char/drm/drm_agpsupport.h
> --- fix/drivers/char/drm/drm_agpsupport.h     2003-11-06 00:49:53.299160210 +0100
> +++ linux-2.6.0-test9-mm2/drivers/char/drm/drm_agpsupport.h   2003-11-06
> 00:27:43.000000000 +0100
> @@ -37,8 +37,8 @@
>  #if __REALLY_HAVE_AGP
>  
>  
> -#define DRM_AGP_GET symbol_get(agp_drm)
> -#define DRM_AGP_PUT symbol_put(agp_drm)
> +#define DRM_AGP_GET symbol_get(drm_agp)
> +#define DRM_AGP_PUT symbol_put(drm_agp)
>  
>  /**
>   * Pointer to the drm_agp_t structure made available by the agpgart module.
> diff -bBpur fix/include/linux/agp_backend.h
> linux-2.6.0-test9-mm2/include/linux/agp_backend.h
> --- fix/include/linux/agp_backend.h   2003-11-06 00:50:03.247046605 +0100
> +++ linux-2.6.0-test9-mm2/include/linux/agp_backend.h 2003-11-06
> 00:42:38.936727765 +0100
> @@ -108,8 +108,7 @@ typedef struct {
>       int                     (*copy_info)(struct agp_kern_info *);
>  } drm_agp_t;
>  
> -/* Used by drm. */
> -extern const drm_agp_t agp_drm;
> +extern const drm_agp_t *drm_agp_p;
>  
>  #endif                               /* __KERNEL__ */
>  #endif                               /* _AGP_BACKEND_H */
> 

This patch has fixed the bug introduced by the original module dependency fix
in 2.6.0-test9-mm2.

Brad


=====
Brad Chapman

Permanent e-mail: [EMAIL PROTECTED]

__________________________________
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to