public inbox for linux-mmc@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mmc: Ensure prototypes for SD API are visible in sd.c
@ 2011-02-10 10:58 Mark Brown
  2011-02-10 19:50 ` Chris Ball
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Brown @ 2011-02-10 10:58 UTC (permalink / raw)
  To: Chris Ball; +Cc: linux-mmc, patches, Mark Brown

So we know the implementation and prototypes agree with each other.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
---
 drivers/mmc/core/sd.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/mmc/core/sd.c b/drivers/mmc/core/sd.c
index d18c32b..6dac89f 100644
--- a/drivers/mmc/core/sd.c
+++ b/drivers/mmc/core/sd.c
@@ -21,6 +21,7 @@
 #include "core.h"
 #include "bus.h"
 #include "mmc_ops.h"
+#include "sd.h"
 #include "sd_ops.h"
 
 static const unsigned int tran_exp[] = {
-- 
1.7.2.3


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] mmc: Ensure prototypes for SD API are visible in sd.c
  2011-02-10 10:58 [PATCH] mmc: Ensure prototypes for SD API are visible in sd.c Mark Brown
@ 2011-02-10 19:50 ` Chris Ball
  0 siblings, 0 replies; 2+ messages in thread
From: Chris Ball @ 2011-02-10 19:50 UTC (permalink / raw)
  To: Mark Brown; +Cc: linux-mmc, patches

Hi Mark,

On Thu, Feb 10, 2011 at 10:58:37AM +0000, Mark Brown wrote:
> So we know the implementation and prototypes agree with each other.
> 
> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
> ---
>  drivers/mmc/core/sd.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/drivers/mmc/core/sd.c b/drivers/mmc/core/sd.c
> index d18c32b..6dac89f 100644
> --- a/drivers/mmc/core/sd.c
> +++ b/drivers/mmc/core/sd.c
> @@ -21,6 +21,7 @@
>  #include "core.h"
>  #include "bus.h"
>  #include "mmc_ops.h"
> +#include "sd.h"
>  #include "sd_ops.h"
>  
>  static const unsigned int tran_exp[] = {

Thanks, pushed to mmc-next for .39.

-- 
Chris Ball   <cjb@laptop.org>   <http://printf.net/>
One Laptop Per Child

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-02-10 19:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-10 10:58 [PATCH] mmc: Ensure prototypes for SD API are visible in sd.c Mark Brown
2011-02-10 19:50 ` Chris Ball

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox