From patchwork Thu Mar 12 12:32:48 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kevin Hao X-Patchwork-Id: 449451 X-Patchwork-Delegate: michael@ellerman.id.au Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 6251F14012F for ; Thu, 12 Mar 2015 23:46:40 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="verification failed; unprotected key" header.d=gmail.com header.i=@gmail.com header.b=ioLWLrPK; dkim-adsp=none (unprotected policy); dkim-atps=neutral Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 31D1D1A11D6 for ; Thu, 12 Mar 2015 23:46:40 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dkim=fail reason="verification failed; unprotected key" header.d=gmail.com header.i=@gmail.com header.b=ioLWLrPK; dkim-adsp=none (unprotected policy); dkim-atps=neutral X-Original-To: linuxppc-dev@lists.ozlabs.org Delivered-To: linuxppc-dev@lists.ozlabs.org Received: from mail-yk0-x231.google.com (mail-yk0-x231.google.com [IPv6:2607:f8b0:4002:c07::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id A0FAC1A09B3 for ; Thu, 12 Mar 2015 23:33:30 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dkim=pass reason="2048-bit key; unprotected key" header.d=gmail.com header.i=@gmail.com header.b=ioLWLrPK; dkim-adsp=pass; dkim-atps=neutral Received: by ykp131 with SMTP id 131so7175476ykp.6 for ; Thu, 12 Mar 2015 05:33:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=wUXiepHMge1X/elf/yx3inOWLlc2i38cr7nx9LjUvb0=; b=ioLWLrPKMKL5jjOs+kDG0own7JIscKk7DnEPdQOZZT7AqhNweqeHoVqo9eLP+TyhVA FLzi+XlLycm3K9csHtRzRB8PKs7FuCYo6x4jhw0kX76Nkurqtvj/6jGuCoAEoy4dRsmW MuCCDsWxAeGXlajyZ3FuqC4B64RiE3yn97Bb8w7uPoXBrbfPsiG9kbziBuEOvVN2+DHH 7b1dRfoxbLdPZu8Cre5mJWqFKhvdvcxUymPEhwahxb0CBnW3yY2YZyPSaEdrUAW9W13c K4qdrvo2/e2QSYGDMmR1/ChrQeHMeielpj4wrNcmM5HEGTTKqrTOxVBXdSQaqPU7brVs KrAg== X-Received: by 10.170.171.65 with SMTP id n62mr24620028ykd.42.1426163608442; Thu, 12 Mar 2015 05:33:28 -0700 (PDT) Received: from pek-khao-d1.corp.ad.wrs.com ([106.120.101.38]) by mx.google.com with ESMTPSA id a74sm5317686yhq.31.2015.03.12.05.33.25 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 12 Mar 2015 05:33:27 -0700 (PDT) From: Kevin Hao To: Michael Ellerman Subject: [PATCH v3 7/9] fbdev: remove the unnecessary includes of ppc specific header files Date: Thu, 12 Mar 2015 20:32:48 +0800 Message-Id: <1426163570-10281-8-git-send-email-haokexin@gmail.com> X-Mailer: git-send-email 2.1.0 In-Reply-To: <1426163570-10281-1-git-send-email-haokexin@gmail.com> References: <1426163570-10281-1-git-send-email-haokexin@gmail.com> Cc: linuxppc-dev@lists.ozlabs.org X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org Sender: "Linuxppc-dev" In the current kernel, we don't need to include these arch specific header files for ppc. Signed-off-by: Kevin Hao Acked-by: Benjamin Herrenschmidt Acked-by: Tomi Valkeinen --- drivers/video/fbdev/core/fbmon.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/drivers/video/fbdev/core/fbmon.c b/drivers/video/fbdev/core/fbmon.c index 868facdec638..01ef1b953390 100644 --- a/drivers/video/fbdev/core/fbmon.c +++ b/drivers/video/fbdev/core/fbmon.c @@ -33,10 +33,6 @@ #include