]> Git Repo - u-boot.git/commit
arm: socfpga: clock: Drop nonsense inlining from clock manager code
authorMarek Vasut <[email protected]>
Mon, 8 Sep 2014 12:08:45 +0000 (14:08 +0200)
committerMarek Vasut <[email protected]>
Mon, 6 Oct 2014 15:46:48 +0000 (17:46 +0200)
commit4425e6285679a22522638bd4bb5281611635a30e
tree6e5a5725fd6d54c46594d21bcbac93553568b648
parent09f7e314e4d5eef939f97fa85424c9a31fc38119
arm: socfpga: clock: Drop nonsense inlining from clock manager code

The inlining is done by GCC when needed, there is no need to do it
explicitly. Furthermore, the inline keyword does not force-inline
the code, but is only a hint for the compiler. Scrub this hint.

Signed-off-by: Marek Vasut <[email protected]>
Cc: Chin Liang See <[email protected]>
Cc: Dinh Nguyen <[email protected]>
Cc: Albert Aribaud <[email protected]>
Cc: Tom Rini <[email protected]>
Cc: Wolfgang Denk <[email protected]>
Cc: Pavel Machek <[email protected]>
Acked-by: Dinh Nguyen <[email protected]>
Acked-by: Pavel Machek <[email protected]>
arch/arm/cpu/armv7/socfpga/clock_manager.c
This page took 0.030698 seconds and 4 git commands to generate.