|
|
@@ -2397,7 +2397,7 @@ static int __init _init(struct omap_hwmod *oh, void *data)
|
|
|
* a stub; implementing this properly requires iclk autoidle usecounting in
|
|
|
* the clock code. No return value.
|
|
|
*/
|
|
|
-static void __init _setup_iclk_autoidle(struct omap_hwmod *oh)
|
|
|
+static void _setup_iclk_autoidle(struct omap_hwmod *oh)
|
|
|
{
|
|
|
struct omap_hwmod_ocp_if *os;
|
|
|
|
|
|
@@ -2428,7 +2428,7 @@ static void __init _setup_iclk_autoidle(struct omap_hwmod *oh)
|
|
|
* reset. Returns 0 upon success or a negative error code upon
|
|
|
* failure.
|
|
|
*/
|
|
|
-static int __init _setup_reset(struct omap_hwmod *oh)
|
|
|
+static int _setup_reset(struct omap_hwmod *oh)
|
|
|
{
|
|
|
int r;
|
|
|
|
|
|
@@ -2489,7 +2489,7 @@ static int __init _setup_reset(struct omap_hwmod *oh)
|
|
|
*
|
|
|
* No return value.
|
|
|
*/
|
|
|
-static void __init _setup_postsetup(struct omap_hwmod *oh)
|
|
|
+static void _setup_postsetup(struct omap_hwmod *oh)
|
|
|
{
|
|
|
u8 postsetup_state;
|
|
|
|