drm/radeon/atpx: add a query for ATPX dGPU power control
[deliverable/linux.git] / drivers / rtc / rtc-asm9260.c
index 14e08c4c1a016148b514aa370f094aed1f1d5e38..355fdb97a00638e29cafb1209f267083b1ece573 100644 (file)
@@ -255,7 +255,7 @@ static const struct rtc_class_ops asm9260_rtc_ops = {
        .alarm_irq_enable       = asm9260_alarm_irq_enable,
 };
 
-static int __init asm9260_rtc_probe(struct platform_device *pdev)
+static int asm9260_rtc_probe(struct platform_device *pdev)
 {
        struct asm9260_rtc_priv *priv;
        struct device *dev = &pdev->dev;
@@ -323,7 +323,7 @@ err_return:
        return ret;
 }
 
-static int __exit asm9260_rtc_remove(struct platform_device *pdev)
+static int asm9260_rtc_remove(struct platform_device *pdev)
 {
        struct asm9260_rtc_priv *priv = platform_get_drvdata(pdev);
 
This page took 0.027678 seconds and 5 git commands to generate.