Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mfd: register ezx-pcap earlier

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

Signed-off-by: Daniel Ribeiro <drwyrm@gmail.com>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>

authored by

Antonio Ospite and committed by
Samuel Ortiz
f078237b 327bc3a3

+1 -1
+1 -1
drivers/mfd/ezx-pcap.c
··· 542 542 spi_unregister_driver(&ezxpcap_driver); 543 543 } 544 544 545 - module_init(ezx_pcap_init); 545 + subsys_initcall(ezx_pcap_init); 546 546 module_exit(ezx_pcap_exit); 547 547 548 548 MODULE_LICENSE("GPL");