External email: Use caution opening links or attachments
30.01.2020 13:33, Sameer Pujar ÐÐÑÐÑ:
...
+#include <linux/clk.h>Nit: I'd separate the per-directory includes with a blank line, like it
+#include <linux/device.h>
+#include <linux/module.h>
+#include <linux/of_platform.h>
+#include <linux/platform_device.h>
+#include <linux/pm_runtime.h>
+#include <linux/regmap.h>
+#include <sound/soc.h>
+#include "tegra210_ahub.h"
done by the most of existing drivers, for consistency.