From: Antony Pavlov <antonynpavlov@gmail.com>
To: barebox@lists.infradead.org
Cc: Herve Codina <Herve.CODINA@celad.com>
Subject: [PATCH] fixup! exitcall: move arch_shutdown to exitcall infrastructure
Date: Sun, 12 Jul 2015 13:09:18 +0300 [thread overview]
Message-ID: <1436695758-20331-2-git-send-email-antonynpavlov@gmail.com> (raw)
In-Reply-To: <1436695758-20331-1-git-send-email-antonynpavlov@gmail.com>
---
fix whitespaces
---
arch/blackfin/include/asm/common.h | 2 --
arch/blackfin/lib/board.c | 1 -
arch/nios2/lib/board.c | 1 -
arch/openrisc/lib/board.c | 1 -
4 files changed, 5 deletions(-)
diff --git a/arch/blackfin/include/asm/common.h b/arch/blackfin/include/asm/common.h
index 5760fb9..443adf7 100644
--- a/arch/blackfin/include/asm/common.h
+++ b/arch/blackfin/include/asm/common.h
@@ -1,3 +1 @@
-
/* nothing special */
-
diff --git a/arch/blackfin/lib/board.c b/arch/blackfin/lib/board.c
index 4731887..3a04f28 100644
--- a/arch/blackfin/lib/board.c
+++ b/arch/blackfin/lib/board.c
@@ -46,4 +46,3 @@ static void arch_shutdown(void)
icache_disable();
}
archshutdown_exitcall(arch_shutdown);
-
diff --git a/arch/nios2/lib/board.c b/arch/nios2/lib/board.c
index c04dda9..537675c 100644
--- a/arch/nios2/lib/board.c
+++ b/arch/nios2/lib/board.c
@@ -30,4 +30,3 @@ void __noreturn nios_start_barebox(void)
start_barebox();
}
-
diff --git a/arch/openrisc/lib/board.c b/arch/openrisc/lib/board.c
index ff527e2..25bcc05 100644
--- a/arch/openrisc/lib/board.c
+++ b/arch/openrisc/lib/board.c
@@ -29,4 +29,3 @@ void __noreturn openrisc_start_barebox(void)
start_barebox();
}
-
--
2.1.4
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next prev parent reply other threads:[~2015-07-12 10:10 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-12 10:09 [PATCH] fixup! exitcall: Add " Antony Pavlov
2015-07-12 10:09 ` Antony Pavlov [this message]
2015-07-13 6:28 ` Sascha Hauer
2015-07-14 15:07 ` codina.herve
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1436695758-20331-2-git-send-email-antonynpavlov@gmail.com \
--to=antonynpavlov@gmail.com \
--cc=Herve.CODINA@celad.com \
--cc=barebox@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox