All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] ARC: remove unused DECLARE_GLOBAL_DATA_PTR from init_helpers.c
@ 2018-04-17 16:01 Eugeniy Paltsev
  2018-04-17 16:49 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Eugeniy Paltsev @ 2018-04-17 16:01 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
---
 arch/arc/lib/init_helpers.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/arc/lib/init_helpers.c b/arch/arc/lib/init_helpers.c
index 435fe96ef4..822318ff43 100644
--- a/arch/arc/lib/init_helpers.c
+++ b/arch/arc/lib/init_helpers.c
@@ -7,8 +7,6 @@
 #include <asm/cache.h>
 #include <common.h>
 
-DECLARE_GLOBAL_DATA_PTR;
-
 int init_cache_f_r(void)
 {
 	sync_n_cleanup_cache_all();
-- 
2.14.3

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

* [U-Boot] [PATCH] ARC: remove unused DECLARE_GLOBAL_DATA_PTR from init_helpers.c
  2018-04-17 16:01 [U-Boot] [PATCH] ARC: remove unused DECLARE_GLOBAL_DATA_PTR from init_helpers.c Eugeniy Paltsev
@ 2018-04-17 16:49 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2018-04-17 16:49 UTC (permalink / raw)
  To: u-boot

On Tue, Apr 17, 2018 at 07:01:15PM +0300, Eugeniy Paltsev wrote:

> Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
> ---
>  arch/arc/lib/init_helpers.c | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/arch/arc/lib/init_helpers.c b/arch/arc/lib/init_helpers.c
> index 435fe96ef4..822318ff43 100644
> --- a/arch/arc/lib/init_helpers.c
> +++ b/arch/arc/lib/init_helpers.c
> @@ -7,8 +7,6 @@
>  #include <asm/cache.h>
>  #include <common.h>
>  
> -DECLARE_GLOBAL_DATA_PTR;
> -
>  int init_cache_f_r(void)
>  {
>  	sync_n_cleanup_cache_all();

Interesting.  A quick git grep shows a lot of files like this.  I'm
going to take a stab at a more comprehensive patch.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20180417/8bc952e5/attachment.sig>

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

end of thread, other threads:[~2018-04-17 16:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-17 16:01 [U-Boot] [PATCH] ARC: remove unused DECLARE_GLOBAL_DATA_PTR from init_helpers.c Eugeniy Paltsev
2018-04-17 16:49 ` Tom Rini

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.