Re: [PATCH] Fix atyfb build on ppc

From: Geert Uytterhoeven
Date: Fri Apr 01 2005 - 03:50:53 EST


On Thu, 31 Mar 2005, Linux Kernel Mailing List wrote:

> ChangeSet 1.2305, 2005/03/31 08:49:44-08:00, benh@xxxxxxxxxxxxxxxxxxx
>
> [PATCH] Fix atyfb build on ppc
>
> This patch fixes a build problem with atyfb on ppc. It uses the stuff in
> macmodes.c, but doesn't trigger the build of it. So if no other driver
> using macmodes is built, the link will fail.
>
> Signed-off-by: David Woodhouse <dwmw2@xxxxxxxxxxxxx>
> Signed-off-by: Benjamin Herrenschmidt <benh@xxxxxxxxxxxxxxxxxxx>
> Signed-off-by: Andrew Morton <akpm@xxxxxxxx>
> Signed-off-by: Linus Torvalds <torvalds@xxxxxxxx>
>
>
>
> Makefile | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
>
> diff -Nru a/drivers/video/Makefile b/drivers/video/Makefile
> --- a/drivers/video/Makefile 2005-03-31 10:28:55 -08:00
> +++ b/drivers/video/Makefile 2005-03-31 10:28:55 -08:00
> @@ -30,8 +30,8 @@
> obj-$(CONFIG_FB_MATROX) += matrox/
> obj-$(CONFIG_FB_RIVA) += riva/ vgastate.o
> obj-$(CONFIG_FB_NVIDIA) += nvidia/
> -obj-$(CONFIG_FB_ATY) += aty/
> -obj-$(CONFIG_FB_ATY128) += aty/
> +obj-$(CONFIG_FB_ATY) += aty/ macmodes.o
> +obj-$(CONFIG_FB_ATY128) += aty/ macmodes.o
> obj-$(CONFIG_FB_RADEON) += aty/
> obj-$(CONFIG_FB_SIS) += sis/
> obj-$(CONFIG_FB_KYRO) += kyro/

Isn't this one obsoleted by `fbdev: Kconfig fix for macmodes and PPC', which
also went in?

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/