diff mbox series

[01/35] common: Drop mdm_init()

Message ID 20191212004755.11091-2-sjg@chromium.org
State Superseded
Delegated to: Tom Rini
Headers show
Series common: Further reduce size of common.h even more | expand

Commit Message

Simon Glass Dec. 12, 2019, 12:47 a.m. UTC
This is not used in U-Boot. Drop it.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

 include/common.h | 1 -
 1 file changed, 1 deletion(-)

Comments

Simon Goldschmidt Dec. 12, 2019, 8:10 a.m. UTC | #1
On Thu, Dec 12, 2019 at 1:48 AM Simon Glass <sjg@chromium.org> wrote:
>
> This is not used in U-Boot. Drop it.
>
> Signed-off-by: Simon Glass <sjg@chromium.org>

Reviewed-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>

> ---
>
>  include/common.h | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/include/common.h b/include/common.h
> index 8b37b58747..fecfa27747 100644
> --- a/include/common.h
> +++ b/include/common.h
> @@ -71,7 +71,6 @@ int checkflash(void);
>  int checkdram(void);
>  extern u8 __dtb_dt_begin[];    /* embedded device tree blob */
>  extern u8 __dtb_dt_spl_begin[];        /* embedded device tree blob for SPL/TPL */
> -int mdm_init(void);
>
>  /**
>   * arch_fixup_fdt() - Write arch-specific information to fdt
> --
> 2.24.0.525.g8f36a354ae-goog
>
diff mbox series

Patch

diff --git a/include/common.h b/include/common.h
index 8b37b58747..fecfa27747 100644
--- a/include/common.h
+++ b/include/common.h
@@ -71,7 +71,6 @@  int checkflash(void);
 int checkdram(void);
 extern u8 __dtb_dt_begin[];	/* embedded device tree blob */
 extern u8 __dtb_dt_spl_begin[];	/* embedded device tree blob for SPL/TPL */
-int mdm_init(void);
 
 /**
  * arch_fixup_fdt() - Write arch-specific information to fdt