Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/tegra: Include <linux/i2c.h>

Include <linux/i2c.h> to get the contained declarations. No functional
changes.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Sui Jingfeng <suijingfeng@loongson.cn
Signed-off-by: Thierry Reding <treding@nvidia.com>

authored by

Thomas Zimmermann and committed by
Thierry Reding
dc06f4a4 f68b63eb

+1
+1
drivers/gpu/drm/tegra/output.c
··· 4 4 * Copyright (C) 2012 NVIDIA CORPORATION. All rights reserved. 5 5 */ 6 6 7 + #include <linux/i2c.h> 7 8 #include <linux/of.h> 8 9 9 10 #include <drm/drm_atomic_helper.h>