rcar_gen3: drivers: pfc: E3: Drop pfc_reg_write() forward declaration
authorMarek Vasut <[email protected]>
Mon, 17 Jun 2019 16:46:03 +0000 (18:46 +0200)
committerMarek 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

index c939c2271c44189731889bd198a17089a1db92fa..b63d6bb9eb1779ded764a28d9df2ffda20705370 100644 (file)
 #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);