diff options
-rw-r--r-- | arch/x86/platform/mrst/vrtc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/x86/platform/mrst/vrtc.c b/arch/x86/platform/mrst/vrtc.c index 4d3f770456f7..32cd7edd71a0 100644 --- a/arch/x86/platform/mrst/vrtc.c +++ b/arch/x86/platform/mrst/vrtc.c | |||
@@ -159,8 +159,7 @@ static int __init mrst_device_create(void) | |||
159 | vrtc_resources[1].start = sfi_mrtc_array[0].irq; | 159 | vrtc_resources[1].start = sfi_mrtc_array[0].irq; |
160 | vrtc_resources[1].end = sfi_mrtc_array[0].irq; | 160 | vrtc_resources[1].end = sfi_mrtc_array[0].irq; |
161 | 161 | ||
162 | platform_device_register(&vrtc_device); | 162 | return platform_device_register(&vrtc_device); |
163 | return 0; | ||
164 | } | 163 | } |
165 | 164 | ||
166 | module_init(mrst_device_create); | 165 | module_init(mrst_device_create); |