From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Subject: Re: [PATCH] OMAP:GPIO:hwmod: Fix mmc compile errors Date: Wed, 28 Apr 2010 16:19:33 -0700 Message-ID: <87eihz9ncq.fsf@deeprootsystems.com> References: <1271951694-18556-1-git-send-email-charu@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-pv0-f174.google.com ([74.125.83.174]:55295 "EHLO mail-pv0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753116Ab0D1XTj (ORCPT ); Wed, 28 Apr 2010 19:19:39 -0400 Received: by pvg2 with SMTP id 2so575241pvg.19 for ; Wed, 28 Apr 2010 16:19:38 -0700 (PDT) In-Reply-To: <1271951694-18556-1-git-send-email-charu@ti.com> (Charulatha V.'s message of "Thu\, 22 Apr 2010 21\:24\:54 +0530") Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Charulatha V Cc: linux-omap@vger.kernel.org, rnayak@ti.com, paul@pwsan.com, tony@atomide.com Charulatha V writes: > In origin/pm-wip/runtime branch, compilation errors are > observed for OMAP2430. The compilation errors are due to > usage of clkdev_dev_id, clkdev_con_id and sysconfig fields > in mmc hwmod structures. This patch fixes the same. > > Signed-off-by: Charulatha V Thanks, folded into MMC hwmods patch in pm-wip/hwmods branch. Kevin