Adding Maciej and linux-mips On Fri, Sep 20, 2013 at 3:53 AM, Joe Perches <joe@xxxxxxxxxxx> wrote: > This driver apparently hasn't compiled since 2.5 days as > it uses a #define that isn't around anymore. > > Remove it. > > Signed-off-by: Joe Perches <joe@xxxxxxxxxxx> > --- > drivers/video/Kconfig | 10 - > drivers/video/Makefile | 1 - > drivers/video/pmag-aa-fb.c | 510 --------------------------------------------- > 3 files changed, 521 deletions(-) > delete mode 100644 drivers/video/pmag-aa-fb.c > > diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig > index 14317b7..e92798e 100644 > --- a/drivers/video/Kconfig > +++ b/drivers/video/Kconfig > @@ -1821,16 +1821,6 @@ config FB_HIT > This is the frame buffer device driver for the Hitachi HD64461 LCD > frame buffer card. > > -config FB_PMAG_AA > - bool "PMAG-AA TURBOchannel framebuffer support" > - depends on (FB = y) && TC > - select FB_CFB_FILLRECT > - select FB_CFB_COPYAREA > - select FB_CFB_IMAGEBLIT > - help > - Support for the PMAG-AA TURBOchannel framebuffer card (1280x1024x1) > - used mainly in the MIPS-based DECstation series. > - > config FB_PMAG_BA > tristate "PMAG-BA TURBOchannel framebuffer support" > depends on FB && TC > diff --git a/drivers/video/Makefile b/drivers/video/Makefile > index e8bae8d..5c8b340 100644 > --- a/drivers/video/Makefile > +++ b/drivers/video/Makefile > @@ -114,7 +114,6 @@ obj-$(CONFIG_FB_AU1100) += au1100fb.o > obj-$(CONFIG_FB_AU1200) += au1200fb.o > obj-$(CONFIG_FB_VT8500) += vt8500lcdfb.o > obj-$(CONFIG_FB_WM8505) += wm8505fb.o > -obj-$(CONFIG_FB_PMAG_AA) += pmag-aa-fb.o > obj-$(CONFIG_FB_PMAG_BA) += pmag-ba-fb.o > obj-$(CONFIG_FB_PMAGB_B) += pmagb-b-fb.o > obj-$(CONFIG_FB_MAXINE) += maxinefb.o > diff --git a/drivers/video/pmag-aa-fb.c b/drivers/video/pmag-aa-fb.c > deleted file mode 100644 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