From: Sascha Hauer <s.hauer@pengutronix.de>
To: Barebox List <barebox@lists.infradead.org>
Subject: [PATCH 00/20] Fixes for -Wmissing-prototypes warnings
Date: Thu, 18 Oct 2018 08:58:07 +0200 [thread overview]
Message-ID: <20181018065827.19973-1-s.hauer@pengutronix.de> (raw)
This fixes several warnings that occur with -Wmissing-prototypes enabled.
There are many warnings left to fix, so feel free to continue the work ;)
Sascha
Sascha Hauer (20):
ARM: Fix missing prototype warning
mtd: nand: mxs: make locally used functions static
video: imx-ipu-v3: Make locally used function static
ARM: mmu: rename dma_alloc
dma: Add missing re-inclusion protector
ARM: mmu: include dma.h
fs: Make locally used functions static
ARM: cache: include mmu.h
ARM: boards: GuF Vincell: Make locally used function static
ARM: boards: karo-tx6x: Make locally used function static
ARM: boards: kindle mx50: Make locally used function static
ARM: boards: kontron-samx6i: Add include file to provide prototype
ARM: boards: phytec-som-imx6: Make locally used function static
ARM: legacy Linux support: Make locally used functions static
drivers: clk: imx5: Make locally used functions static
usb: ulpi: Make locally used functions static
ARM: unwind: Provide prototypes for exported functions
ARM: unwind: Make locally used function static
ARM: i.MX: Add missing include
nvmem: i.MX ocotp: Make locally used functions static
arch/arm/boards/guf-vincell/lowlevel.c | 2 +-
arch/arm/boards/karo-tx6x/board.c | 2 +-
arch/arm/boards/kindle-mx50/board.c | 2 +-
arch/arm/boards/kontron-samx6i/board.c | 2 +-
arch/arm/boards/kontron-samx6i/lowlevel.c | 2 +-
arch/arm/boards/kontron-samx6i/mem.c | 2 ++
arch/arm/boards/kontron-samx6i/mem.h | 6 ++++
arch/arm/boards/phytec-som-imx6/board.c | 2 +-
arch/arm/cpu/cache.c | 2 ++
arch/arm/cpu/mmu.c | 7 +++--
arch/arm/include/asm/barebox-arm.h | 2 ++
arch/arm/lib32/armlinux.c | 6 ++--
arch/arm/lib32/unwind.c | 7 ++++-
arch/arm/mach-imx/cpu_init.c | 1 +
drivers/clk/imx/clk-imx5.c | 6 ++--
drivers/mtd/nand/nand_mxs.c | 4 +--
drivers/nvmem/ocotp.c | 4 +--
drivers/usb/otg/ulpi.c | 4 +--
drivers/video/imx-ipu-v3/ipufb.c | 2 +-
fs/fs.c | 36 +++++++++++------------
include/dma-dir.h | 5 ++++
21 files changed, 65 insertions(+), 41 deletions(-)
create mode 100644 arch/arm/boards/kontron-samx6i/mem.h
--
2.19.0
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2018-10-18 6:58 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-18 6:58 Sascha Hauer [this message]
2018-10-18 6:58 ` [PATCH 01/20] ARM: Fix missing prototype warning Sascha Hauer
2018-10-18 6:58 ` [PATCH 02/20] mtd: nand: mxs: make locally used functions static Sascha Hauer
2018-10-18 6:58 ` [PATCH 03/20] video: imx-ipu-v3: Make locally used function static Sascha Hauer
2018-10-18 6:58 ` [PATCH 04/20] ARM: mmu: rename dma_alloc Sascha Hauer
2018-10-18 6:58 ` [PATCH 05/20] dma: Add missing re-inclusion protector Sascha Hauer
2018-10-18 15:31 ` Sam Ravnborg
2018-10-18 6:58 ` [PATCH 06/20] ARM: mmu: include dma.h Sascha Hauer
2018-10-18 6:58 ` [PATCH 07/20] fs: Make locally used functions static Sascha Hauer
2018-10-18 6:58 ` [PATCH 08/20] ARM: cache: include mmu.h Sascha Hauer
2018-10-18 6:58 ` [PATCH 09/20] ARM: boards: GuF Vincell: Make locally used function static Sascha Hauer
2018-10-18 6:58 ` [PATCH 10/20] ARM: boards: karo-tx6x: " Sascha Hauer
2018-10-18 6:58 ` [PATCH 11/20] ARM: boards: kindle mx50: " Sascha Hauer
2018-10-18 6:58 ` [PATCH 12/20] ARM: boards: kontron-samx6i: Add include file to provide prototype Sascha Hauer
2018-10-18 15:33 ` Sam Ravnborg
2018-10-18 6:58 ` [PATCH 13/20] ARM: boards: phytec-som-imx6: Make locally used function static Sascha Hauer
2018-10-18 6:58 ` [PATCH 14/20] ARM: legacy Linux support: Make locally used functions static Sascha Hauer
2018-10-18 6:58 ` [PATCH 15/20] drivers: clk: imx5: " Sascha Hauer
2018-10-18 6:58 ` [PATCH 16/20] usb: ulpi: " Sascha Hauer
2018-10-18 6:58 ` [PATCH 17/20] ARM: unwind: Provide prototypes for exported functions Sascha Hauer
2018-10-18 6:58 ` [PATCH 18/20] ARM: unwind: Make locally used function static Sascha Hauer
2018-10-18 6:58 ` [PATCH 19/20] ARM: i.MX: Add missing include Sascha Hauer
2018-10-18 15:35 ` Sam Ravnborg
2018-10-19 11:51 ` Sascha Hauer
2018-10-18 6:58 ` [PATCH 20/20] nvmem: i.MX ocotp: Make locally used functions static 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=20181018065827.19973-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