From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Perches Date: Fri, 20 Sep 2013 01:53:14 +0000 Subject: [PATCH 2/2] framebuffer: Remove pmag-aa-fb Message-Id: <6f500d88eb23fd9a4cfc5583f5ca17bc5f58fe24.1379641901.git.joe@perches.com> List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Jean-Christophe Plagniol-Villard , Tomi Valkeinen Cc: linux-fbdev@vger.kernel.org, linux-kernel@vger.kernel.org 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 --- 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 index 8384248..0000000 --- a/drivers/video/pmag-aa-fb.c +++ /dev/null @@ -1,510 +0,0 @@ -/* - * linux/drivers/video/pmag-aa-fb.c - * Copyright 2002 Karsten Merker - * - * PMAG-AA TurboChannel framebuffer card support ... derived from - * pmag-ba-fb.c, which is Copyright (C) 1999, 2000, 2001 by - * Michael Engel , Karsten Merker - * and Harald Koerfgen , which itself is derived from - * "HP300 Topcat framebuffer support (derived from macfb of all things) - * Phil Blundell 1998" - * - * This file is subject to the terms and conditions of the GNU General - * Public License. See the file COPYING in the main directory of this - * archive for more details. - * - * 2002-09-28 Karsten Merker - * Version 0.01: First try to get a PMAG-AA running. - * - * 2003-02-24 Thiemo Seufer - * Version 0.02: Major code cleanup. - * - * 2003-09-21 Thiemo Seufer - * Hardware cursor support. - */ -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#include -#include -#include - -#include