projects
/
project
/
bcm63xx
/
atf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5bfad2f
)
rcar_gen3: drivers: pfc: E3: Drop pfc_reg_write() forward declaration
author
Marek Vasut
<
[email protected]
>
Mon, 17 Jun 2019 16:46:03 +0000
(18:46 +0200)
committer
Marek Vasut
<
[email protected]
>
Sat, 22 Jun 2019 15:32:58 +0000
(17:32 +0200)
There's no point in having forward declaration just before the function
itself, drop it. No functional change.
Signed-off-by: Marek Vasut <
[email protected]
>
Change-Id: I3cf5bbc388431144c8bbc53ae9f9338276674eee
drivers/staging/renesas/rcar/pfc/E3/pfc_init_e3.c
patch
|
blob
|
history
diff --git
a/drivers/staging/renesas/rcar/pfc/E3/pfc_init_e3.c
b/drivers/staging/renesas/rcar/pfc/E3/pfc_init_e3.c
index c939c2271c44189731889bd198a17089a1db92fa..b63d6bb9eb1779ded764a28d9df2ffda20705370 100644
(file)
--- a/
drivers/staging/renesas/rcar/pfc/E3/pfc_init_e3.c
+++ b/
drivers/staging/renesas/rcar/pfc/E3/pfc_init_e3.c
@@
-287,8
+287,6
@@
#define MOD_SEL1_SSI9_A ((uint32_t)0U << 4U)
#define MOD_SEL1_SSI9_B ((uint32_t)1U << 4U)
-static void pfc_reg_write(uint32_t addr, uint32_t data);
-
static void pfc_reg_write(uint32_t addr, uint32_t data)
{
mmio_write_32(PFC_PMMR, ~data);