diff options
author | Dave Airlie <airlied@redhat.com> | 2016-06-03 14:35:00 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2016-06-03 14:35:00 +1000 |
commit | f1777aaf8468c674e2ef962fca6ef0e716755e00 (patch) | |
tree | b835808a3c798521f76a18edc3ee541566cf7a98 /drivers/gpu/drm/omapdrm/omap_dmm_tiler.c | |
parent | b1602452cb80239b121addc598803b6fc1223872 (diff) | |
parent | d0196c8d5d3057c5c21a82f3d0113ca8e501033b (diff) | |
download | op-kernel-dev-f1777aaf8468c674e2ef962fca6ef0e716755e00.zip op-kernel-dev-f1777aaf8468c674e2ef962fca6ef0e716755e00.tar.gz |
Merge tag 'omapdrm-4.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux into drm-fixes
omapdrm fixes for 4.7
* multiple compile break fixes for missing includes, bad kconfig dependencies.
* remove regulator API misuse causing deprecation warnings
* OMAP5 HDMI fixes for DDC and AVI infoframe
* OMAP4 HDMI fix for CEC
* tag 'omapdrm-4.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux:
drm/omap: include gpio/consumer.h where needed
drm/omap: include linux/seq_file.h where needed
Revert "drm/omap: no need to select OMAP2_DSS"
drm/omap: Remove regulator API abuse
OMAPDSS: HDMI5: Change DDC timings
OMAPDSS: HDMI5: Fix AVI infoframe
drm/omap: fix OMAP4 hdmi_core_powerdown_disable()
drm/omap: Fix missing includes
drm/omapdrm: include pinctrl/consumer.h where needed
Diffstat (limited to 'drivers/gpu/drm/omapdrm/omap_dmm_tiler.c')
-rw-r--r-- | drivers/gpu/drm/omapdrm/omap_dmm_tiler.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/omapdrm/omap_dmm_tiler.c b/drivers/gpu/drm/omapdrm/omap_dmm_tiler.c index de275a5..4ceed7a9 100644 --- a/drivers/gpu/drm/omapdrm/omap_dmm_tiler.c +++ b/drivers/gpu/drm/omapdrm/omap_dmm_tiler.c @@ -27,6 +27,7 @@ #include <linux/module.h> #include <linux/platform_device.h> /* platform_device() */ #include <linux/sched.h> +#include <linux/seq_file.h> #include <linux/slab.h> #include <linux/time.h> #include <linux/vmalloc.h> |