From patchwork Mon Dec 27 04:42:20 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kuninori Morimoto X-Patchwork-Id: 433621 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id oBRKCV6c025997 for ; Mon, 27 Dec 2010 20:14:37 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752818Ab0L0EmW (ORCPT ); Sun, 26 Dec 2010 23:42:22 -0500 Received: from relmlor4.renesas.com ([210.160.252.174]:33392 "EHLO relmlor4.renesas.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752703Ab0L0EmW (ORCPT ); Sun, 26 Dec 2010 23:42:22 -0500 Received: from relmlir1.idc.renesas.com ([10.200.68.151]) by relmlor4.idc.renesas.com ( SJSMS) with ESMTP id <0LE2009C4L2LHXD0@relmlor4.idc.renesas.com> for linux-sh@vger.kernel.org; Mon, 27 Dec 2010 13:42:21 +0900 (JST) Received: from relmlac4.idc.renesas.com ([10.200.69.24]) by relmlir1.idc.renesas.com (SJSMS) with ESMTP id <0LE2004X0L2K5P20@relmlir1.idc.renesas.com> for linux-sh@vger.kernel.org; Mon, 27 Dec 2010 13:42:21 +0900 (JST) Received: by relmlac4.idc.renesas.com (Postfix, from userid 0) id BD0A048070; Mon, 27 Dec 2010 13:42:20 +0900 (JST) Received: from relmlac4.idc.renesas.com (localhost [127.0.0.1]) by relmlac4.idc.renesas.com (Postfix) with ESMTP id A78A64808A; Mon, 27 Dec 2010 13:42:20 +0900 (JST) Received: from relmlii2.idc.renesas.com [10.200.68.66] by relmlac4.idc.renesas.com with ESMTP id PAD05688; Mon, 27 Dec 2010 13:42:20 +0900 Date: Mon, 27 Dec 2010 13:42:20 +0900 X-IronPort-AV: E=Sophos;i="4.60,232,1291561200"; d="scan'208";a="3703445" Received: from unknown (HELO PG10870.renesas.com) ([172.30.8.159]) by relmlii2.idc.renesas.com with ESMTP; Mon, 27 Dec 2010 13:42:20 +0900 Message-id: From: Kuninori Morimoto To: Paul Mundt , Mark Brown Cc: Linux-SH , Linux-ALSA , Liam Girdwood Subject: [PATCH] fbdev: sh_mobile_hdmi: fixup compile error User-Agent: SEMI/1.14.6 (Maruoka) FLIM/1.14.7 (=?ISO-2022-JP-2?B?U2Fuag==?= =?ISO-2022-JP-2?B?GyQoRCtXGyhC?=) APEL/10.6 Emacs/23.2 (i386-mingw-nt5.1.2600) MULE/6.0 (HANACHIRUSATO) MIME-version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-type: text/plain; charset=US-ASCII Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter1.kernel.org [140.211.167.41]); Mon, 27 Dec 2010 20:14:40 +0000 (UTC) diff --git a/drivers/video/sh_mobile_hdmi.c b/drivers/video/sh_mobile_hdmi.c index d7df103..b19941d 100644 --- a/drivers/video/sh_mobile_hdmi.c +++ b/drivers/video/sh_mobile_hdmi.c @@ -22,6 +22,7 @@ #include #include #include +#include #include #include