diff options
| -rw-r--r-- | drivers/rtc/rtc-asm9260.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/rtc/rtc-asm9260.c b/drivers/rtc/rtc-asm9260.c index 14e08c4c1a01..355fdb97a006 100644 --- a/drivers/rtc/rtc-asm9260.c +++ b/drivers/rtc/rtc-asm9260.c | |||
| @@ -255,7 +255,7 @@ static const struct rtc_class_ops asm9260_rtc_ops = { | |||
| 255 | .alarm_irq_enable = asm9260_alarm_irq_enable, | 255 | .alarm_irq_enable = asm9260_alarm_irq_enable, |
| 256 | }; | 256 | }; |
| 257 | 257 | ||
| 258 | static int __init asm9260_rtc_probe(struct platform_device *pdev) | 258 | static int asm9260_rtc_probe(struct platform_device *pdev) |
| 259 | { | 259 | { |
| 260 | struct asm9260_rtc_priv *priv; | 260 | struct asm9260_rtc_priv *priv; |
| 261 | struct device *dev = &pdev->dev; | 261 | struct device *dev = &pdev->dev; |
| @@ -323,7 +323,7 @@ err_return: | |||
| 323 | return ret; | 323 | return ret; |
| 324 | } | 324 | } |
| 325 | 325 | ||
| 326 | static int __exit asm9260_rtc_remove(struct platform_device *pdev) | 326 | static int asm9260_rtc_remove(struct platform_device *pdev) |
| 327 | { | 327 | { |
| 328 | struct asm9260_rtc_priv *priv = platform_get_drvdata(pdev); | 328 | struct asm9260_rtc_priv *priv = platform_get_drvdata(pdev); |
| 329 | 329 | ||
