Commit 51474335 authored by Sam Ravnborg's avatar Sam Ravnborg Committed by Patrik Jakobsson

drm/gma500: drop drmP.h from header files

Drop use of drmp.h from all header files in drm/gma500.
Fix fallout in all files.
In some cases moved include lines and sorted them too.
With drmP.h removed from all header files it can now be removed from
each .c file without any further dependencies
Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
Cc: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
Cc: David Airlie <airlied@linux.ie>
Cc: Daniel Vetter <daniel@ffwll.ch>
Acked-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: default avatarPatrik Jakobsson <patrik.r.jakobsson@gmail.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190519195526.3422-3-sam@ravnborg.org
parent d825c565
...@@ -22,7 +22,6 @@ ...@@ -22,7 +22,6 @@
#ifndef _FRAMEBUFFER_H_ #ifndef _FRAMEBUFFER_H_
#define _FRAMEBUFFER_H_ #define _FRAMEBUFFER_H_
#include <drm/drmP.h>
#include <drm/drm_fb_helper.h> #include <drm/drm_fb_helper.h>
#include "psb_drv.h" #include "psb_drv.h"
......
...@@ -20,7 +20,6 @@ ...@@ -20,7 +20,6 @@
#ifndef _PSB_GTT_H_ #ifndef _PSB_GTT_H_
#define _PSB_GTT_H_ #define _PSB_GTT_H_
#include <drm/drmP.h>
#include <drm/drm_gem.h> #include <drm/drm_gem.h>
/* This wants cleaning up with respect to the psb_dev and un-needed stuff */ /* This wants cleaning up with respect to the psb_dev and un-needed stuff */
......
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
*/ */
#include <drm/drmP.h> #include <drm/drmP.h>
#include <drm/drm.h> #include <drm/drm.h>
#include <drm/drm_dp_helper.h>
#include "psb_drv.h" #include "psb_drv.h"
#include "psb_intel_drv.h" #include "psb_intel_drv.h"
......
...@@ -22,8 +22,7 @@ ...@@ -22,8 +22,7 @@
#ifndef _INTEL_BIOS_H_ #ifndef _INTEL_BIOS_H_
#define _INTEL_BIOS_H_ #define _INTEL_BIOS_H_
#include <drm/drmP.h> struct drm_device;
#include <drm/drm_dp_helper.h>
struct vbt_header { struct vbt_header {
u8 signature[20]; /**< Always starts with 'VBT$' */ u8 signature[20]; /**< Always starts with 'VBT$' */
......
...@@ -17,9 +17,10 @@ ...@@ -17,9 +17,10 @@
* Authors: * Authors:
* Eric Anholt <eric@anholt.net> * Eric Anholt <eric@anholt.net>
*/ */
#include <linux/delay.h>
#include <linux/export.h> #include <linux/export.h>
#include <linux/i2c.h>
#include <linux/i2c-algo-bit.h> #include <linux/i2c-algo-bit.h>
#include <linux/i2c.h>
#include "psb_drv.h" #include "psb_drv.h"
#include "psb_intel_reg.h" #include "psb_intel_reg.h"
......
...@@ -17,6 +17,8 @@ ...@@ -17,6 +17,8 @@
* *
**************************************************************************/ **************************************************************************/
#include <linux/delay.h>
#include "psb_drv.h" #include "psb_drv.h"
#include "mid_bios.h" #include "mid_bios.h"
#include "mdfld_output.h" #include "mdfld_output.h"
......
...@@ -25,6 +25,8 @@ ...@@ -25,6 +25,8 @@
* Jackie Li<yaodong.li@intel.com> * Jackie Li<yaodong.li@intel.com>
*/ */
#include <linux/delay.h>
#include "mdfld_dsi_dpi.h" #include "mdfld_dsi_dpi.h"
#include "mdfld_output.h" #include "mdfld_output.h"
#include "mdfld_dsi_pkg_sender.h" #include "mdfld_dsi_pkg_sender.h"
......
...@@ -25,14 +25,15 @@ ...@@ -25,14 +25,15 @@
* Jackie Li<yaodong.li@intel.com> * Jackie Li<yaodong.li@intel.com>
*/ */
#include <linux/module.h> #include <linux/delay.h>
#include <linux/moduleparam.h>
#include <linux/pm_runtime.h>
#include "mdfld_dsi_output.h" #include "mdfld_dsi_output.h"
#include "mdfld_dsi_dpi.h" #include "mdfld_dsi_dpi.h"
#include "mdfld_output.h" #include "mdfld_output.h"
#include "mdfld_dsi_pkg_sender.h" #include "mdfld_dsi_pkg_sender.h"
#include "tc35876x-dsi-lvds.h" #include "tc35876x-dsi-lvds.h"
#include <linux/pm_runtime.h>
#include <asm/intel_scu_ipc.h> #include <asm/intel_scu_ipc.h>
/* get the LABC from command line. */ /* get the LABC from command line. */
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
#define __MDFLD_DSI_OUTPUT_H__ #define __MDFLD_DSI_OUTPUT_H__
#include <linux/backlight.h> #include <linux/backlight.h>
#include <drm/drmP.h>
#include <drm/drm.h> #include <drm/drm.h>
#include <drm/drm_crtc.h> #include <drm/drm_crtc.h>
#include <drm/drm_edid.h> #include <drm/drm_edid.h>
......
...@@ -24,7 +24,9 @@ ...@@ -24,7 +24,9 @@
* Jackie Li<yaodong.li@intel.com> * Jackie Li<yaodong.li@intel.com>
*/ */
#include <linux/delay.h>
#include <linux/freezer.h> #include <linux/freezer.h>
#include <video/mipi_display.h> #include <video/mipi_display.h>
#include "mdfld_dsi_output.h" #include "mdfld_dsi_output.h"
......
...@@ -27,6 +27,8 @@ ...@@ -27,6 +27,8 @@
* Scott Rowe <scott.m.rowe@intel.com> * Scott Rowe <scott.m.rowe@intel.com>
*/ */
#include <linux/delay.h>
#include "mdfld_dsi_dpi.h" #include "mdfld_dsi_dpi.h"
#include "mdfld_dsi_pkg_sender.h" #include "mdfld_dsi_pkg_sender.h"
......
...@@ -31,7 +31,9 @@ ...@@ -31,7 +31,9 @@
#define _PSB_POWERMGMT_H_ #define _PSB_POWERMGMT_H_
#include <linux/pci.h> #include <linux/pci.h>
#include <drm/drmP.h>
struct device;
struct drm_device;
void gma_power_init(struct drm_device *dev); void gma_power_init(struct drm_device *dev);
void gma_power_uninit(struct drm_device *dev); void gma_power_uninit(struct drm_device *dev);
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#include <linux/kref.h> #include <linux/kref.h>
#include <linux/mm_types.h> #include <linux/mm_types.h>
#include <drm/drmP.h> #include <drm/drm_device.h>
#include "psb_reg.h" #include "psb_reg.h"
#include "psb_intel_drv.h" #include "psb_intel_drv.h"
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
#ifndef _PSB_IRQ_H_ #ifndef _PSB_IRQ_H_
#define _PSB_IRQ_H_ #define _PSB_IRQ_H_
#include <drm/drmP.h> struct drm_device;
bool sysirq_init(struct drm_device *dev); bool sysirq_init(struct drm_device *dev);
void sysirq_uninit(struct drm_device *dev); void sysirq_uninit(struct drm_device *dev);
......
...@@ -22,13 +22,15 @@ ...@@ -22,13 +22,15 @@
* *
*/ */
#include <linux/delay.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/platform_data/tc35876x.h>
#include "mdfld_dsi_dpi.h" #include "mdfld_dsi_dpi.h"
#include "mdfld_output.h" #include "mdfld_output.h"
#include "mdfld_dsi_pkg_sender.h" #include "mdfld_dsi_pkg_sender.h"
#include "tc35876x-dsi-lvds.h" #include "tc35876x-dsi-lvds.h"
#include <linux/platform_data/tc35876x.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <asm/intel_scu_ipc.h> #include <asm/intel_scu_ipc.h>
static struct i2c_client *tc35876x_client; static struct i2c_client *tc35876x_client;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment