From patchwork Thu Dec 3 13:28:21 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Belisko Marek X-Patchwork-Id: 64520 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id nB3DSNfn027019 for ; Thu, 3 Dec 2009 13:28:23 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752929AbZLCN2P (ORCPT ); Thu, 3 Dec 2009 08:28:15 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752375AbZLCN2P (ORCPT ); Thu, 3 Dec 2009 08:28:15 -0500 Received: from mail-iw0-f171.google.com ([209.85.223.171]:37918 "EHLO mail-iw0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751226AbZLCN2P (ORCPT ); Thu, 3 Dec 2009 08:28:15 -0500 Received: by iwn1 with SMTP id 1so872831iwn.33 for ; Thu, 03 Dec 2009 05:28:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=pe0qYO6VjSkwKZzQxjf5eMI0rbu0w0025V8NtkFzfzQ=; b=QrdBVzkz8tOexcSsHV9GUD1UcxZDHWBrykPo2VKXGUahxBFCdC2/75o95MBjiDqQdE TbOwpIzSGirb4KHubPthVYhL6V4spjy9l2Z2fQDFgwCUUnwm1k2QbfDadSHyxGrS3uMN A7hwR9s31C6VcgwSsX6qxSQocsAPSkBdqycG0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=rQHcm9KuRj2Hf6bMLlUjv4qFvSfObsre7z8ONYW2JsnVDSbhqHexl/3ZP1OlLhrAg2 +9hV2n85u+1KLtv1IrFd1VTPn+4EXWwc3Cs2FJQvfNt1uaK9LxD/j1lDbpPI0kL+HO/c 637vfNOs35CFtzH4TA+g9cnUL9Y3myA/9UwBc= MIME-Version: 1.0 Received: by 10.231.61.195 with SMTP id u3mr1251468ibh.12.1259846901154; Thu, 03 Dec 2009 05:28:21 -0800 (PST) Date: Thu, 3 Dec 2009 14:28:21 +0100 Message-ID: Subject: [PATCH] Fix include problem. Signed-off-by: Marek Belisko From: Belisko Marek To: linux-omap@vger.kernel.org Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org diff --git a/drivers/video/omap/lcd_htcherald.c b/drivers/video/omap/lcd_htcherald.c index 2e0c81e..a9007c5 100644 --- a/drivers/video/omap/lcd_htcherald.c +++ b/drivers/video/omap/lcd_htcherald.c @@ -29,7 +29,7 @@ #include #include -#include +#include "omapfb.h" static int htcherald_panel_init(struct lcd_panel *panel, struct omapfb_device *fbdev)