diff options
Diffstat (limited to 'arch/mips/cobalt/rtc.c')
-rw-r--r-- | arch/mips/cobalt/rtc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/cobalt/rtc.c b/arch/mips/cobalt/rtc.c index 3ab39898b4e4..a6bc75ada9df 100644 --- a/arch/mips/cobalt/rtc.c +++ b/arch/mips/cobalt/rtc.c | |||
@@ -46,7 +46,7 @@ static __init int cobalt_rtc_add(void) | |||
46 | return -ENOMEM; | 46 | return -ENOMEM; |
47 | 47 | ||
48 | retval = platform_device_add_resources(pdev, cobalt_rtc_resource, | 48 | retval = platform_device_add_resources(pdev, cobalt_rtc_resource, |
49 | ARRAY_SIZE(cobalt_rtc_resource)); | 49 | ARRAY_SIZE(cobalt_rtc_resource)); |
50 | if (retval) | 50 | if (retval) |
51 | goto err_free_device; | 51 | goto err_free_device; |
52 | 52 | ||