From patchwork Thu Sep 20 06:45:30 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shawn Guo X-Patchwork-Id: 1482601 Return-Path: X-Original-To: patchwork-linux-fbdev@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id 2E93A3FD40 for ; Thu, 20 Sep 2012 06:47:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752978Ab2ITGrM (ORCPT ); Thu, 20 Sep 2012 02:47:12 -0400 Received: from mail-pb0-f46.google.com ([209.85.160.46]:49998 "EHLO mail-pb0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752962Ab2ITGrL (ORCPT ); Thu, 20 Sep 2012 02:47:11 -0400 Received: by mail-pb0-f46.google.com with SMTP id rr13so4370522pbb.19 for ; Wed, 19 Sep 2012 23:47:11 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=tA+k+v+M3hTjge4KT8i+EmsDidcwW/21tPvFqrdPFUY=; b=EpFSZ+oNmIok7hmlWs1nW+AE1aSH8HVoe/ei6Xj6PQu12wDnFyGascPYRNOCKi5XCO UTD6SZ1l+N2J58h48+MUhosoyn9fkNobpS/w5f4WVufcS8HcV8ElThBcP7S59xYcA8za Z+QzPLkNT1s9j1FpOSYHKdU5iA9qeKm6kTJLhi91q5WUlHiae7szg1kL5fSSt3GBV3ql PiZsonCSr8zIm3PDraAXNfjyAGv7GddV8uKGXhWWh5buZKZja8oM6Ay61/jopFAxHRkS zNqajhWqrJzCesM5XKMSxT4qfsHbp/WySwtTMoX1/f4ZX4A4dQ7G3/Te0UfTCqd90L3G I6RQ== Received: by 10.66.82.101 with SMTP id h5mr3089300pay.15.1348123631078; Wed, 19 Sep 2012 23:47:11 -0700 (PDT) Received: from S2101-09.ap.freescale.net ([114.216.234.161]) by mx.google.com with ESMTPS id wn1sm3057024pbc.57.2012.09.19.23.47.08 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 19 Sep 2012 23:47:10 -0700 (PDT) From: Shawn Guo To: linux-arm-kernel@lists.infradead.org Cc: Sascha Hauer , Javier Martin , Rob Herring , Arnd Bergmann , Shawn Guo , Florian Tobias Schandinat , linux-fbdev@vger.kernel.org Subject: [PATCH v2 17/34] video: mx3fb: remove unneeded mach/hardware.h inclusion Date: Thu, 20 Sep 2012 14:45:30 +0800 Message-Id: <1348123547-31082-18-git-send-email-shawn.guo@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1348123547-31082-1-git-send-email-shawn.guo@linaro.org> References: <1348123547-31082-1-git-send-email-shawn.guo@linaro.org> X-Gm-Message-State: ALoCoQmcycB5rg6M7t8rPLXTmMqGBePLiyztb+GM0MSxjBDcRWoYYwmPxfuUA/jGgEEgMeINYUhu Sender: linux-fbdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fbdev@vger.kernel.org The inclusion of mach/hardware.h is not used by the driver at all. Remove it. Signed-off-by: Shawn Guo Acked-by: Sascha Hauer Acked-by: Arnd Bergmann Cc: Florian Tobias Schandinat Cc: linux-fbdev@vger.kernel.org --- drivers/video/mx3fb.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/video/mx3fb.c b/drivers/video/mx3fb.c index 3b63ad8..fc50320 100644 --- a/drivers/video/mx3fb.c +++ b/drivers/video/mx3fb.c @@ -29,7 +29,6 @@ #include #include -#include #include #include