diff options
author | Johan Hovold <johan@kernel.org> | 2022-03-03 19:00:14 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2022-04-21 14:47:15 +0300 |
commit | df3eb1feeb73f17776e559679eaa986572db0837 (patch) | |
tree | f22738f757d33d74a7f4f40ef30c25c0e678c41f /arch/arm/mach-omap2 | |
parent | 7ff07891501341871ac989a372c857a0d1b7a346 (diff) | |
download | linux-df3eb1feeb73f17776e559679eaa986572db0837.tar.gz |
ARM: OMAP2+: drop hwmod-clock helper comment
Since commit a4f6cdb0672f ("ARM: OMAP: omap_device: Add
omap_device_[alloc|delete] for DT integration"),
_add_hwmod_clocks_clkdev() is called from omap_device_alloc().
Drop the outdated comment referring to how this function was used ten
odd years ago.
Signed-off-by: Johan Hovold <johan@kernel.org>
Message-Id: <20220303180014.2639-3-johan@kernel.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2')
-rw-r--r-- | arch/arm/mach-omap2/omap_device.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-omap2/omap_device.c b/arch/arm/mach-omap2/omap_device.c index 3cfa7b01a24b..8b3701901991 100644 --- a/arch/arm/mach-omap2/omap_device.c +++ b/arch/arm/mach-omap2/omap_device.c @@ -96,9 +96,6 @@ static void _add_clkdev(struct omap_device *od, const char *clk_alias, * omap_device, this function adds an entry in the clkdev table of the * form <dev-id=dev_name, con-id=role> if it does not exist already. * - * The function is called from inside omap_device_build_ss(), after - * omap_device_register. - * * This allows drivers to get a pointer to its optional clocks based on its role * by calling clk_get(<dev*>, <role>). * In the case of the main clock, a "fck" alias is used. |