]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
clk: axi-clkgen: move the OF table at the bottom of the file
authorAlexandru Ardelean <alexandru.ardelean@analog.com>
Thu, 3 Dec 2020 07:40:37 +0000 (09:40 +0200)
committerStephen Boyd <sboyd@kernel.org>
Thu, 17 Dec 2020 09:52:54 +0000 (01:52 -0800)
commit16214f97f44321a48985ef37f5ca2d5b2479b8f2
treec8ddb1639ca27b35fc4c440f08b2e35404b8090f
parentac1ee86a9cdb002b0c130cfbad668dd992a0596a
clk: axi-clkgen: move the OF table at the bottom of the file

The change is mostly cosmetic. No functional changes.
Since the driver now uses of_device_get_match_data() to obtain some driver
specific info, there is no need to define the OF table before the probe
function.

Signed-off-by: Alexandru Ardelean <alexandru.ardelean@analog.com>
Link: https://lore.kernel.org/r/20201203074037.26940-2-alexandru.ardelean@analog.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/clk-axi-clkgen.c