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

drm/i2c/tda998x: drop use of drmP.h

Drop use of the deprecated drmP.h header file.
Fix fallout.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Reviewed-by: Thierry Reding <treding@nvidia.com>
Cc: Russell King <linux@armlinux.org.uk>
Cc: David Airlie <airlied@linux.ie>
Cc: Daniel Vetter <daniel@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20190804094132.29463-2-sam@ravnborg.org

+1 -1
+1 -1
drivers/gpu/drm/i2c/tda998x_drv.c
··· 13 13 #include <sound/asoundef.h> 14 14 #include <sound/hdmi-codec.h> 15 15 16 - #include <drm/drmP.h> 17 16 #include <drm/drm_atomic_helper.h> 18 17 #include <drm/drm_edid.h> 19 18 #include <drm/drm_of.h> 19 + #include <drm/drm_print.h> 20 20 #include <drm/drm_probe_helper.h> 21 21 #include <drm/i2c/tda998x.h> 22 22