diff options
Diffstat (limited to 'arch/arm/mach-omap2/prm2xxx.c')
-rw-r--r-- | arch/arm/mach-omap2/prm2xxx.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/prm2xxx.c b/arch/arm/mach-omap2/prm2xxx.c index bf24fc47603b..faeab18696df 100644 --- a/arch/arm/mach-omap2/prm2xxx.c +++ b/arch/arm/mach-omap2/prm2xxx.c | |||
@@ -118,14 +118,13 @@ static struct prm_ll_data omap2xxx_prm_ll_data = { | |||
118 | .read_reset_sources = &omap2xxx_prm_read_reset_sources, | 118 | .read_reset_sources = &omap2xxx_prm_read_reset_sources, |
119 | }; | 119 | }; |
120 | 120 | ||
121 | static int __init omap2xxx_prm_init(void) | 121 | int __init omap2xxx_prm_init(void) |
122 | { | 122 | { |
123 | if (!cpu_is_omap24xx()) | 123 | if (!cpu_is_omap24xx()) |
124 | return 0; | 124 | return 0; |
125 | 125 | ||
126 | return prm_register(&omap2xxx_prm_ll_data); | 126 | return prm_register(&omap2xxx_prm_ll_data); |
127 | } | 127 | } |
128 | subsys_initcall(omap2xxx_prm_init); | ||
129 | 128 | ||
130 | static void __exit omap2xxx_prm_exit(void) | 129 | static void __exit omap2xxx_prm_exit(void) |
131 | { | 130 | { |