All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] gpu: drm: Fix duplicate included linux/module.h
@ 2022-03-23  3:08 ` Haowen Bai
  0 siblings, 0 replies; 2+ messages in thread
From: Haowen Bai @ 2022-03-23  3:08 UTC (permalink / raw)
  To: maarten.lankhorst, mripard, tzimmermann, airlied, daniel, sumit.semwal
  Cc: dri-devel, linux-kernel, linux-media, linaro-mm-sig, Haowen Bai

Clean up the following includecheck warning:

drivers/gpu/drm/drm_gem_shmem_helper.c: linux/module.h is
included more than once.

No functional change.

Signed-off-by: Haowen Bai <baihaowen@meizu.com>
---
 drivers/gpu/drm/drm_gem_shmem_helper.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/gpu/drm/drm_gem_shmem_helper.c b/drivers/gpu/drm/drm_gem_shmem_helper.c
index 62192411..7915047 100644
--- a/drivers/gpu/drm/drm_gem_shmem_helper.c
+++ b/drivers/gpu/drm/drm_gem_shmem_helper.c
@@ -10,7 +10,6 @@
 #include <linux/shmem_fs.h>
 #include <linux/slab.h>
 #include <linux/vmalloc.h>
-#include <linux/module.h>
 
 #ifdef CONFIG_X86
 #include <asm/set_memory.h>
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-03-23 11:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-23  3:08 [PATCH] gpu: drm: Fix duplicate included linux/module.h Haowen Bai
2022-03-23  3:08 ` Haowen Bai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.