firmware: xilinx: Move EXPORT_SYMBOL_GPL next to zynqmp_pm_feature definition
authorRajan Vaja <rajan.vaja@xilinx.com>
Thu, 26 Oct 2023 19:23:58 +0000 (00:53 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 27 Oct 2023 11:16:31 +0000 (13:16 +0200)
commit79614953e815b8c3b063fe68efa3cf508260ac0d
tree1472c545dcbcfa7a68c1d4ff888505f5df11846f
parent5ab1a0474ce4ec5359f4514468371bcd9ccdcacd
firmware: xilinx: Move EXPORT_SYMBOL_GPL next to zynqmp_pm_feature definition

As mentioned in Documentation/process/coding-style.rst:
In source files, separate functions with one blank line. If the function
is exported, the **EXPORT** macro for it should follow immediately after
the closing function brace line.

So inline with guideline move zynqmp_pm_feature export symbol after its
definition.

Signed-off-by: Rajan Vaja <rajan.vaja@xilinx.com>
Signed-off-by: Radhey Shyam Pandey <radhey.shyam.pandey@amd.com>
Link: https://lore.kernel.org/r/1698348238-2320426-1-git-send-email-radhey.shyam.pandey@amd.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/firmware/xilinx/zynqmp.c