public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: Paul Walmsley <paul@pwsan.com>
Cc: linux-omap@vger.kernel.org, madhu.cr@ti.com
Subject: Re: [PATCH] HSMMC: Fix omap_hsmmc.c compilation
Date: Tue, 12 Aug 2008 14:04:25 +0300	[thread overview]
Message-ID: <20080812110424.GC6705@atomide.com> (raw)
In-Reply-To: <alpine.DEB.1.00.0808111136300.10219@utopia.booyaka.com>

* Paul Walmsley <paul@pwsan.com> [080811 20:39]:
> 
> Fix asm/semaphore.h to be linux/semaphore.h; also remove 
> MMC_CAP_MULTIWRITE per 23af60398af2f5033e2f53665538a09f498dbc03.

Pushing today.

Tony

> 
> Signed-off-by: Paul Walmsley <paul@pwsan.com>
> Cc: <madhu.cr@ti.com>
> 
> ---
> 
>  drivers/mmc/host/omap_hsmmc.c |    5 ++---
>  1 files changed, 2 insertions(+), 3 deletions(-)
> 
> diff --git a/drivers/mmc/host/omap_hsmmc.c b/drivers/mmc/host/omap_hsmmc.c
> index 1ff51b7..7a6586f 100644
> --- a/drivers/mmc/host/omap_hsmmc.c
> +++ b/drivers/mmc/host/omap_hsmmc.c
> @@ -26,7 +26,7 @@
>  #include <linux/clk.h>
>  #include <linux/mmc/host.h>
>  #include <linux/io.h>
> -#include <asm/semaphore.h>
> +#include <linux/semaphore.h>
>  #include <asm/dma.h>
>  #include <asm/hardware.h>
>  #include <asm/arch/board.h>
> @@ -810,8 +810,7 @@ static int __init omap_mmc_probe(struct platform_device *pdev)
>  	mmc->max_seg_size = mmc->max_req_size;
>  
>  	mmc->ocr_avail = mmc_slot(host).ocr_mask;
> -	mmc->caps |= MMC_CAP_MULTIWRITE | MMC_CAP_MMC_HIGHSPEED |
> -				MMC_CAP_SD_HIGHSPEED;
> +	mmc->caps |= MMC_CAP_MMC_HIGHSPEED | MMC_CAP_SD_HIGHSPEED;
>  
>  	if (pdata->conf.wire4)
>  		mmc->caps |= MMC_CAP_4_BIT_DATA;
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

      reply	other threads:[~2008-08-12 11:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-11 17:38 [PATCH] HSMMC: Fix omap_hsmmc.c compilation Paul Walmsley
2008-08-12 11:04 ` Tony Lindgren [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080812110424.GC6705@atomide.com \
    --to=tony@atomide.com \
    --cc=linux-omap@vger.kernel.org \
    --cc=madhu.cr@ti.com \
    --cc=paul@pwsan.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox