]> git.baikalelectronics.ru Git - kernel.git/commit
drm/tegra: hdmi: Fix build warnings
authorThierry Reding <treding@nvidia.com>
Wed, 16 Oct 2013 17:51:22 +0000 (19:51 +0200)
committerThierry Reding <treding@nvidia.com>
Thu, 31 Oct 2013 08:55:43 +0000 (09:55 +0100)
commit5556d1cf6137d2c0e3d27702c2693b975f5bbc4c
tree12797085777b248f9dfdf070d4992e0a728476f2
parent9c52f2cba75e54403515c53c67090300efc6a0bb
drm/tegra: hdmi: Fix build warnings

These seem to show up when building for architectures other than ARM,
which I guess will never happen. The reason why the kbuild test bot ran
into these was a missing dependency which has hence been fixed. Still it
doesn't hurt to fix them anyway.

Reported-by: kbuild test bot <fengguang.wu@intel.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/drm/tegra/hdmi.c