From patchwork Thu Jan 3 21:23:24 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 1929301 Return-Path: X-Original-To: patchwork-linux-omap@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork2.kernel.org (Postfix) with ESMTP id DF00DDF25A for ; Thu, 3 Jan 2013 21:22:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753776Ab3ACVWG (ORCPT ); Thu, 3 Jan 2013 16:22:06 -0500 Received: from perceval.ideasonboard.com ([95.142.166.194]:41808 "EHLO perceval.ideasonboard.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753197Ab3ACVWG (ORCPT ); Thu, 3 Jan 2013 16:22:06 -0500 Received: from avalon.ideasonboard.com (unknown [91.178.84.12]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id DE7B335A82; Thu, 3 Jan 2013 22:22:03 +0100 (CET) From: Laurent Pinchart To: linux-media@vger.kernel.org Cc: Sakari Ailus , linux-omap@vger.kernel.org, Tony Lindgren Subject: [PATCH] omap3isp: Don't include Date: Thu, 3 Jan 2013 22:23:24 +0100 Message-Id: <1357248204-9863-1-git-send-email-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 1.7.8.6 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org The plat/*.h headers are not available to drivers in multiplatform kernels. As the header isn't needed, just remove it. Signed-off-by: Laurent Pinchart Acked-by: Tony Lindgren Acked-by: Sakari Ailus --- drivers/media/platform/omap3isp/isp.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/drivers/media/platform/omap3isp/isp.c b/drivers/media/platform/omap3isp/isp.c index 50cea08..07eea5b 100644 --- a/drivers/media/platform/omap3isp/isp.c +++ b/drivers/media/platform/omap3isp/isp.c @@ -71,8 +71,6 @@ #include #include -#include - #include "isp.h" #include "ispreg.h" #include "ispccdc.h"