Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4187377b authored by Eric Dujardin's avatar Eric Dujardin Committed by Grant Likely
Browse files

[POWERPC] Add export for mpc52xx_set_psc_clkdiv



mpc52xx_set_psc_clkdiv is needed by PSC device drivers.

Signed-off-by: default avatarEric Dujardin <eric.dujardin@sagem.com>
Signed-off-by: default avatarGrant Likely <grant.likely@secretlab.ca>
parent 42e6de0e
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -199,6 +199,7 @@ int mpc52xx_set_psc_clkdiv(int psc_id, int clkdiv)


	return 0;
	return 0;
}
}
EXPORT_SYMBOL(mpc52xx_set_psc_clkdiv);


/**
/**
 * mpc52xx_restart: ppc_md->restart hook for mpc5200 using the watchdog timer
 * mpc52xx_restart: ppc_md->restart hook for mpc5200 using the watchdog timer