All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] km/common: remove unused function declarations
@ 2017-07-10  7:46 Holger Brunck
  2017-07-10 17:08 ` [U-Boot] " Tom Rini
  2017-07-10 20:09 ` [U-Boot] [PATCH] " Wolfgang Denk
  0 siblings, 2 replies; 3+ messages in thread
From: Holger Brunck @ 2017-07-10  7:46 UTC (permalink / raw)
  To: u-boot

Cc: Wolfgang Denk <wd@denx.de>
Cc: Heiko Schocher <hs@denx.de>
Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
---
 board/keymile/common/common.h | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/board/keymile/common/common.h b/board/keymile/common/common.h
index c74f569a61..81a0af0c3c 100644
--- a/board/keymile/common/common.h
+++ b/board/keymile/common/common.h
@@ -137,15 +137,6 @@ int toggle_eeprom_spi_bus(void);
 int get_testpin(void);
 
 int set_km_env(void);
-int fdt_set_node_and_value(void *blob,
-			char *nodename,
-			char *regname,
-			void *var,
-			int size);
-int fdt_get_node_and_value(void *blob,
-				char *nodename,
-				char *propname,
-				void **var);
 
 #define DELAY_ABORT_SEQ		62  /* @200kHz 9 clocks = 44us, 62us is ok */
 #define DELAY_HALF_PERIOD	(500 / (CONFIG_SYS_I2C_SPEED / 1000))
-- 
2.12.0.rc1

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

* [U-Boot] km/common: remove unused function declarations
  2017-07-10  7:46 [U-Boot] [PATCH] km/common: remove unused function declarations Holger Brunck
@ 2017-07-10 17:08 ` Tom Rini
  2017-07-10 20:09 ` [U-Boot] [PATCH] " Wolfgang Denk
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2017-07-10 17:08 UTC (permalink / raw)
  To: u-boot

On Mon, Jul 10, 2017 at 09:46:23AM +0200, Holger Brunck wrote:

> Cc: Wolfgang Denk <wd@denx.de>
> Cc: Heiko Schocher <hs@denx.de>
> Signed-off-by: Holger Brunck <holger.brunck@keymile.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170710/5a462168/attachment.sig>

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

* [U-Boot] [PATCH] km/common: remove unused function declarations
  2017-07-10  7:46 [U-Boot] [PATCH] km/common: remove unused function declarations Holger Brunck
  2017-07-10 17:08 ` [U-Boot] " Tom Rini
@ 2017-07-10 20:09 ` Wolfgang Denk
  1 sibling, 0 replies; 3+ messages in thread
From: Wolfgang Denk @ 2017-07-10 20:09 UTC (permalink / raw)
  To: u-boot

Dear Holger,

In message <20170710074623.6194-1-holger.brunck@keymile.com> you wrote:
> Cc: Wolfgang Denk <wd@denx.de>
> Cc: Heiko Schocher <hs@denx.de>
> Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
> ---
>  board/keymile/common/common.h | 9 ---------
>  1 file changed, 9 deletions(-)

Thanks!

Acked-by: Wolfgang Denk <wd@denx.de>


Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
A conservative is a man with two perfectly good legs  who  has  never
learned to walk.                              - Franklin D. Roosevelt

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

end of thread, other threads:[~2017-07-10 20:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-10  7:46 [U-Boot] [PATCH] km/common: remove unused function declarations Holger Brunck
2017-07-10 17:08 ` [U-Boot] " Tom Rini
2017-07-10 20:09 ` [U-Boot] [PATCH] " Wolfgang Denk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.