]> git.karo-electronics.de Git - karo-tx-linux.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>
Wed, 16 Oct 2013 18:03:02 +0000 (20:03 +0200)
commit29a74e97fca2790079e47202a6605bb26f817703
tree12797085777b248f9dfdf070d4992e0a728476f2
parentb05ce7243b09ff2ed9736ca3c563e40a09bcae8a
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