On 11/26/2014 02:28 PM, Lina Iyer wrote:
+
+static struct platform_driver qcom_cpuidle_plat_driver = {
+       .probe  = qcom_cpuidle_probe,
+       .driver = {
+               .name = "qcom_cpuidle",
+       },
+};
+
+module_platform_driver(qcom_cpuidle_plat_driver);

Said this a few reviews ago...

MODULE_LICENSE()?
MODULE_ALIAS()?
MODULE_DESCRIPTION()?

--
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to