Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f078237b authored by Antonio Ospite's avatar Antonio Ospite Committed by Samuel Ortiz
Browse files

mfd: register ezx-pcap earlier



Register ezx-pcap earlier so it can be used with cpufreq

Signed-off-by: default avatarDaniel Ribeiro <drwyrm@gmail.com>
Acked-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
parent 327bc3a3
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -542,7 +542,7 @@ static void __exit ezx_pcap_exit(void)
	spi_unregister_driver(&ezxpcap_driver);
	spi_unregister_driver(&ezxpcap_driver);
}
}


module_init(ezx_pcap_init);
subsys_initcall(ezx_pcap_init);
module_exit(ezx_pcap_exit);
module_exit(ezx_pcap_exit);


MODULE_LICENSE("GPL");
MODULE_LICENSE("GPL");