From: Sascha Hauer <s.hauer@pengutronix.de>
To: Barebox List <barebox@lists.infradead.org>
Subject: [PATCH 0/6] powerpc: Fix compiler warnings
Date: Tue, 15 Sep 2020 09:02:59 +0200 [thread overview]
Message-ID: <20200915070305.15763-1-s.hauer@pengutronix.de> (raw)
powerpc currently has lots of -Wmissing-prototypes warnings. This series
fixes them.
Sascha Hauer (6):
powerpc: Add prototypes to header file
powerpc: Add missing includes
powerpc: Make locally used functions static
powerpc: Add prototypes for functions called from assembly
powerpc: Remove unused functions
powerpc: Add function prototypes for exception handlers
arch/powerpc/boards/freescale-p1010rdb/ddr.c | 4 +--
.../boards/freescale-p1010rdb/p1010rdb.c | 2 ++
arch/powerpc/boards/freescale-p1022ds/ddr.c | 4 +--
.../boards/freescale-p1022ds/p1022ds.c | 2 ++
arch/powerpc/boards/pcm030/pcm030.c | 3 ++
arch/powerpc/cpu-85xx/traps.c | 6 ++--
arch/powerpc/ddr-8xxx/ctrl_regs.c | 7 ++--
arch/powerpc/ddr-8xxx/ddr.h | 4 ---
arch/powerpc/ddr-8xxx/ddr2_dimm_params.c | 2 +-
arch/powerpc/include/asm/fsl_ddr_sdram.h | 8 +++++
arch/powerpc/include/asm/processor.h | 8 +++++
arch/powerpc/lib/board.c | 3 ++
arch/powerpc/mach-mpc5xxx/cpu.c | 24 -------------
arch/powerpc/mach-mpc5xxx/reginfo.c | 1 +
arch/powerpc/mach-mpc5xxx/speed.c | 3 +-
arch/powerpc/mach-mpc5xxx/time.c | 2 +-
arch/powerpc/mach-mpc5xxx/traps.c | 28 ++-------------
arch/powerpc/mach-mpc85xx/cpu.c | 4 +++
arch/powerpc/mach-mpc85xx/cpu_init.c | 13 ++++---
arch/powerpc/mach-mpc85xx/cpuid.c | 1 +
arch/powerpc/mach-mpc85xx/fsl_gpio.c | 35 -------------------
arch/powerpc/mach-mpc85xx/fsl_i2c.c | 1 +
arch/powerpc/mach-mpc85xx/speed.c | 9 -----
arch/powerpc/mach-mpc85xx/time.c | 2 +-
drivers/net/fec_mpc5200.c | 2 +-
25 files changed, 59 insertions(+), 119 deletions(-)
--
2.28.0
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2020-09-15 7:03 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-15 7:02 Sascha Hauer [this message]
2020-09-15 7:03 ` [PATCH 1/6] powerpc: Add prototypes to header file Sascha Hauer
2020-09-15 7:03 ` [PATCH 2/6] powerpc: Add missing includes Sascha Hauer
2020-09-15 7:03 ` [PATCH 3/6] powerpc: Make locally used functions static Sascha Hauer
2020-09-15 7:03 ` [PATCH 4/6] powerpc: Add prototypes for functions called from assembly Sascha Hauer
2020-09-15 7:03 ` [PATCH 5/6] powerpc: Remove unused functions Sascha Hauer
2020-09-15 7:03 ` [PATCH 6/6] powerpc: Add function prototypes for exception handlers Sascha Hauer
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=20200915070305.15763-1-s.hauer@pengutronix.de \
--to=s.hauer@pengutronix.de \
--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