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

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

Drop using the deprecated drmP.h header file.
Fix fallout.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Acked-by: Emil Velikov <emil.velikov@collabora.com>
Cc: David Airlie <airlied@linux.ie>
Cc: Daniel Vetter <daniel@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20190716064220.18157-16-sam@ravnborg.org

-1
-1
drivers/gpu/drm/i2c/ch7006_priv.h
··· 27 27 #ifndef __DRM_I2C_CH7006_PRIV_H__ 28 28 #define __DRM_I2C_CH7006_PRIV_H__ 29 29 30 - #include <drm/drmP.h> 31 30 #include <drm/drm_crtc_helper.h> 32 31 #include <drm/drm_encoder_slave.h> 33 32 #include <drm/drm_probe_helper.h>