]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
drm/armada: Remove unused #include <drmP.h>
authorHaneen Mohammed <hamohammed.sa@gmail.com>
Wed, 27 Sep 2017 07:38:46 +0000 (01:38 -0600)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 29 Sep 2017 07:35:36 +0000 (09:35 +0200)
Remove drmP.h as it is not needed anymore since nothing it
defines is used in these files.

Signed-off-by: Haneen Mohammed <hamohammed.sa@gmail.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20170927073846.GA14352@Haneen
drivers/gpu/drm/armada/armada_510.c
drivers/gpu/drm/armada/armada_drv.c
drivers/gpu/drm/armada/armada_fb.c
drivers/gpu/drm/armada/armada_fbdev.c
drivers/gpu/drm/armada/armada_gem.c

index ad3d2ebf95c9444fac1ec1f5cfdb8f0029e2fda3..41a784f5a5e64df3feabcc0ad3e1053f64a29aaa 100644 (file)
@@ -9,7 +9,6 @@
  */
 #include <linux/clk.h>
 #include <linux/io.h>
-#include <drm/drmP.h>
 #include <drm/drm_crtc_helper.h>
 #include "armada_crtc.h"
 #include "armada_drm.h"
index 2fbd9d3393e820c777360aa97747c3eecd7beb89..2d45103d06cb1c65f27c7f7d2aac95e4fd2938e6 100644 (file)
@@ -9,7 +9,6 @@
 #include <linux/component.h>
 #include <linux/module.h>
 #include <linux/of_graph.h>
-#include <drm/drmP.h>
 #include <drm/drm_crtc_helper.h>
 #include <drm/drm_of.h>
 #include "armada_crtc.h"
index 92e6b08ea64a7016b5dc07d832caad7529e7d987..b9e1637cc4cfef33361bb6f99e3754c64f77c9d9 100644 (file)
@@ -5,7 +5,6 @@
  * it under the terms of the GNU General Public License version 2 as
  * published by the Free Software Foundation.
  */
-#include <drm/drmP.h>
 #include <drm/drm_crtc_helper.h>
 #include <drm/drm_fb_helper.h>
 #include "armada_drm.h"
index 29c7d047b1525d3323d87d28d7615560fc485df1..10e3fd87a83b7c2d6409a9999ccda729cc2f21e1 100644 (file)
@@ -10,7 +10,6 @@
 #include <linux/kernel.h>
 #include <linux/module.h>
 
-#include <drm/drmP.h>
 #include <drm/drm_fb_helper.h>
 #include "armada_crtc.h"
 #include "armada_drm.h"
index 79835380d5c6c576ff6bd16dfe4f051a5337c86b..7837e6adb16f558d82d555fea1d304e98526dd3f 100644 (file)
@@ -8,7 +8,6 @@
 #include <linux/dma-buf.h>
 #include <linux/dma-mapping.h>
 #include <linux/shmem_fs.h>
-#include <drm/drmP.h>
 #include "armada_drm.h"
 #include "armada_gem.h"
 #include <drm/armada_drm.h>