From patchwork Thu Feb 26 12:08:19 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kevin Hao X-Patchwork-Id: 443895 Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [103.22.144.68]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3F179140083 for ; Thu, 26 Feb 2015 23:22:08 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="verification failed; unprotected key" header.d=gmail.com header.i=@gmail.com header.b=hBG/kSbD; 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 09C411A0C0A for ; Thu, 26 Feb 2015 23:22:08 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dkim=fail reason="verification failed; unprotected key" header.d=gmail.com header.i=@gmail.com header.b=hBG/kSbD; 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-yh0-x233.google.com (mail-yh0-x233.google.com [IPv6:2607:f8b0:4002:c01::233]) (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 819E41A00BC for ; Thu, 26 Feb 2015 23:09:44 +1100 (AEDT) Received: by yhaf10 with SMTP id f10so4195477yha.8 for ; Thu, 26 Feb 2015 04:09:42 -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=OOLyQFZxNaBEKQp7sMwocsWOOzhE0XilOajd2QS496I=; b=hBG/kSbD9BuNu8KD/S0mpGeQjYZM4eRuov15E19UO/KJ6FqPjUkTwjjafCBMp4lMYi H2wx357nb9sdsi8nBTq/nKN54/YkcAhA4dhaycV2PJFA2XacmoC7ujcv6zkBPt5YW7Rq WAoeCVhOVoiNwcfDtL8I/gZ2d5erY/kvvYB449lEwIlZJKZu3NkAP89MoCoIGil6buts gAp+6mBxAABKO5oTvT0Ga5qjFRehIl65o0nhhTA8+YAbCvGu8O9mTcuZ/6/PWabwKSUu AHGAvj/IHwTeYy6I8ZS+5imYwfe7V9o7J6FWyu2cZY/XKOikAfIsJ71M2MqeJOrYW6Js bQKA== X-Received: by 10.236.10.5 with SMTP id 5mr7658970yhu.148.1424952582298; Thu, 26 Feb 2015 04:09:42 -0800 (PST) Received: from pek-khao-d1.corp.ad.wrs.com ([106.120.101.38]) by mx.google.com with ESMTPSA id m5sm402805yhb.24.2015.02.26.04.09.38 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 26 Feb 2015 04:09:41 -0800 (PST) From: Kevin Hao To: Michael Ellerman Subject: [PATCH v2 07/11] fbdev: remove the unnecessary includes of ppc specific header files Date: Thu, 26 Feb 2015 20:08:19 +0800 Message-Id: <1424952503-8247-8-git-send-email-haokexin@gmail.com> X-Mailer: git-send-email 1.9.3 In-Reply-To: <1424952503-8247-1-git-send-email-haokexin@gmail.com> References: <1424952503-8247-1-git-send-email-haokexin@gmail.com> Cc: Jean-Christophe Plagniol-Villard , linux-fbdev@vger.kernel.org, Tomi Valkeinen , 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 --- v2: No change. 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