Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
schedule_delayed_work(&data_3mm5->work, msecs_to_jiffies(200));
}
-static int __init cpcap_3mm5_probe(struct platform_device *pdev)
+static int cpcap_3mm5_probe(struct platform_device *pdev)
{
int retval = 0;
struct cpcap_3mm5_data *data;
struct cpcap_device *cpcap;
};
-static int __init cpcap_key_probe(struct platform_device *pdev)
+static int cpcap_key_probe(struct platform_device *pdev)
{
int err;
struct cpcap_key_data *key;
return retval;
}
-static int __init cpcap_whisper_probe(struct platform_device *pdev)
+static int cpcap_whisper_probe(struct platform_device *pdev)
{
int retval;
struct cpcap_whisper_data *data;