From patchwork Sat Jan 31 13:47:38 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kevin Hao X-Patchwork-Id: 435137 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 6918F1401DA for ; Sun, 1 Feb 2015 00:54:50 +1100 (AEDT) Received: from ozlabs.org (ozlabs.org [103.22.144.67]) by lists.ozlabs.org (Postfix) with ESMTP id 47B101A20B1 for ; Sun, 1 Feb 2015 00:54:50 +1100 (AEDT) X-Original-To: linuxppc-dev@lists.ozlabs.org Delivered-To: linuxppc-dev@lists.ozlabs.org Received: from mail-yk0-x22a.google.com (mail-yk0-x22a.google.com [IPv6:2607:f8b0:4002:c07::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 5AE511A1123 for ; Sun, 1 Feb 2015 00:48:42 +1100 (AEDT) Received: by mail-yk0-f170.google.com with SMTP id q9so19123665ykb.1 for ; Sat, 31 Jan 2015 05:48:40 -0800 (PST) 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=X2v1g9Ul2jJE8G55ZFk1Y2ntWLyZMR2tCC7sEA0eYpY=; b=aeDiaejq4HlL0+DlTZBwHplUxXRRcvK4Lu0Q018zKmuHxTZckH3Tdzy/XbWe8Wllnz imYULqeoidAJeqVKdlCnwTNxuSWMKd7F33QzNNb49QW2qcGBZJ226BexN/XKeLUUzSTW 37dMGCZYQ503RW1KnznEwb6YJ3Ms5yYzWPuuj4uK87uGygDfTZ1whHxLX7tiLYr0+11b +Nz5sOrOea4qY+BrGZN44cf8/uw1KYTLJ3L5WAkAt+t60iWpAo9utJo4aUURlT4DWS0o xLXeAeW5o+Gw9Xg/yLevgziD2qCTgT2BlnkrHadOetrGfvDrOgdBsEqSVUJu1RU2W3zP WlzA== X-Received: by 10.236.4.104 with SMTP id 68mr5166991yhi.95.1422712120083; Sat, 31 Jan 2015 05:48:40 -0800 (PST) Received: from pek-khao-d1.corp.ad.wrs.com ([106.120.101.38]) by mx.google.com with ESMTPSA id z23sm8423995yhz.35.2015.01.31.05.48.36 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 31 Jan 2015 05:48:39 -0800 (PST) From: Kevin Hao To: linuxppc-dev@lists.ozlabs.org, linux-fbdev@vger.kernel.org Subject: [PATCH 08/15] fbdev: remove the unnecessary includes of ppc specific header files Date: Sat, 31 Jan 2015 21:47:38 +0800 Message-Id: <1422712065-9403-9-git-send-email-haokexin@gmail.com> X-Mailer: git-send-email 1.9.3 In-Reply-To: <1422712065-9403-1-git-send-email-haokexin@gmail.com> References: <1422712065-9403-1-git-send-email-haokexin@gmail.com> Cc: Kevin Hao , Tomi Valkeinen , Jean-Christophe Plagniol-Villard 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 --- 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 95338593ebf4..3ae868c58cef 100644 --- a/drivers/video/fbdev/core/fbmon.c +++ b/drivers/video/fbdev/core/fbmon.c @@ -33,10 +33,6 @@ #include