From patchwork Fri Sep 20 01:53:14 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joe Perches X-Patchwork-Id: 2914811 Return-Path: X-Original-To: patchwork-linux-fbdev@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 44D879F1BF for ; Fri, 20 Sep 2013 01:53:47 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id BB456203E1 for ; Fri, 20 Sep 2013 01:53:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2726920413 for ; Fri, 20 Sep 2013 01:53:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753949Ab3ITBxb (ORCPT ); Thu, 19 Sep 2013 21:53:31 -0400 Received: from smtprelay0074.hostedemail.com ([216.40.44.74]:40095 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753868Ab3ITBxW (ORCPT ); Thu, 19 Sep 2013 21:53:22 -0400 Received: from filter.hostedemail.com (ff-bigip1 [10.5.19.254]) by smtprelay04.hostedemail.com (Postfix) with ESMTP id E454E35205C; Fri, 20 Sep 2013 01:53:20 +0000 (UTC) X-Session-Marker: 6A6F6540706572636865732E636F6D X-Spam-Summary: 2, 0, 0, , d41d8cd98f00b204, joe@perches.com, :::::::, RULES_HIT:4:41:69:355:379:541:800:857:960:968:973:982:988:989:1260:1345:1359:1431:1437:1605:1730:1747:1777:1792:2375:2393:2538:2553:2559:2562:2892:3138:3139:3140:3141:3142:3865:3866:3867:3868:3870:3871:3872:3874:4250:4321:4384:4419:4605:5007:6117:6119:6239:6261:6755:7558:7875:7903:7904:8778:8784:8957:9592:10026:10848:11026:11232:11473:11657:11658:11914:12043:12050:12219:12296:12438:12517:12519:12555:12683:12731:12737:12740:13972, 0, RBL:none, CacheIP:none, Bayesian:0.5, 0.5, 0.5, Netcheck:none, DomainCache:0, MSF:not bulk, SPF:fn, MSBL:0, DNSBL:none, Custom_rules:0:1:0 X-HE-Tag: dock78_916759c7bcb4f X-Filterd-Recvd-Size: 15933 Received: from localhost.localdomain (pool-96-251-49-11.lsanca.fios.verizon.net [96.251.49.11]) (Authenticated sender: joe@perches.com) by omf07.hostedemail.com (Postfix) with ESMTPA; Fri, 20 Sep 2013 01:53:19 +0000 (UTC) From: Joe Perches To: Jean-Christophe Plagniol-Villard , Tomi Valkeinen Cc: linux-fbdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 2/2] framebuffer: Remove pmag-aa-fb Date: Thu, 19 Sep 2013 18:53:14 -0700 Message-Id: <6f500d88eb23fd9a4cfc5583f5ca17bc5f58fe24.1379641901.git.joe@perches.com> X-Mailer: git-send-email 1.8.1.2.459.gbcd45b4.dirty In-Reply-To: References: Sender: linux-fbdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fbdev@vger.kernel.org X-Spam-Status: No, score=-7.5 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 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