Files
linux-nv-oot/drivers/pinctrl
Jon Hunter bfccd0291a pinctrl: tegra234: Fix build for Linux v6.2
Building the Tegra234 PINCTRL driver with Linux v6.2 fails with the
following error ...

 drivers/pinctrl/tegra/pinctrl-tegra234.c:72:2: error: implicit
  declaration of function ‘seq_printf’ [-Werror=implicit-function-declaration]
    seq_printf(s, " %s", dev_name(pctldev->dev));
    ^~~~~~~~~~

Fix this by including the "seq_file.h" header file that defines this
function.

Bug 3936429

Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
Change-Id: I5c584a853025575fae78e1ca7a521914479f0c90
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2841036
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com>
2023-01-11 11:27:00 -08:00
..