[kernel/2.6.38] fix gcc-4.6 set but unused warnings
[openwrt.git] / target / linux / omap24xx / patches-3.1 / 810-mmc-fixes.patch
index 2770968..81d08c6 100644 (file)
@@ -1,7 +1,5 @@
-Index: linux-3.1-rc4/drivers/mmc/host/omap.c
-===================================================================
---- linux-3.1-rc4.orig/drivers/mmc/host/omap.c 2011-08-29 06:16:01.000000000 +0200
-+++ linux-3.1-rc4/drivers/mmc/host/omap.c      2011-10-27 16:48:04.389148259 +0200
+--- a/drivers/mmc/host/omap.c
++++ b/drivers/mmc/host/omap.c
 @@ -1456,6 +1456,7 @@ static int __init mmc_omap_probe(struct
        host->dma_ch = -1;
  
 @@ -1456,6 +1456,7 @@ static int __init mmc_omap_probe(struct
        host->dma_ch = -1;
  
@@ -21,10 +19,8 @@ Index: linux-3.1-rc4/drivers/mmc/host/omap.c
  
        return 0;
  
  
        return 0;
  
-Index: linux-3.1-rc4/drivers/mmc/core/core.c
-===================================================================
---- linux-3.1-rc4.orig/drivers/mmc/core/core.c 2011-08-29 06:16:01.000000000 +0200
-+++ linux-3.1-rc4/drivers/mmc/core/core.c      2011-10-27 16:48:04.389148259 +0200
+--- a/drivers/mmc/core/core.c
++++ b/drivers/mmc/core/core.c
 @@ -76,12 +76,13 @@ static int mmc_schedule_delayed_work(str
  }
  
 @@ -76,12 +76,13 @@ static int mmc_schedule_delayed_work(str
  }
  
@@ -41,10 +37,8 @@ Index: linux-3.1-rc4/drivers/mmc/core/core.c
  
  /**
   *    mmc_request_done - finish processing an MMC request
  
  /**
   *    mmc_request_done - finish processing an MMC request
-Index: linux-3.1-rc4/include/linux/mmc/host.h
-===================================================================
---- linux-3.1-rc4.orig/include/linux/mmc/host.h        2011-08-29 06:16:01.000000000 +0200
-+++ linux-3.1-rc4/include/linux/mmc/host.h     2011-10-27 16:49:05.240930665 +0200
+--- a/include/linux/mmc/host.h
++++ b/include/linux/mmc/host.h
 @@ -394,4 +394,7 @@ static inline int mmc_host_cmd23(struct
  {
        return host->caps & MMC_CAP_CMD23;
 @@ -394,4 +394,7 @@ static inline int mmc_host_cmd23(struct
  {
        return host->caps & MMC_CAP_CMD23;
This page took 0.027369 seconds and 4 git commands to generate.