Thread (14 messages) 14 messages, 3 authors, 2024-02-19
STALE846d REVIEWED: 1 (0M)

[PATCH v2 6/8] fbdev: Do not include <linux/slab.h> in header

From: Thomas Zimmermann <tzimmermann@suse.de>
Date: 2024-02-13 08:44:27
Also in: dri-devel, linux-staging, nouveau
Subsystem: framebuffer layer, the rest · Maintainers: Helge Deller, Linus Torvalds

Forward declare struct page and remove the include statement.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Jani Nikula <redacted>
---
 include/linux/fb.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/linux/fb.h b/include/linux/fb.h
index 90f348f14a490..42155898374b1 100644
--- a/include/linux/fb.h
+++ b/include/linux/fb.h
@@ -11,7 +11,6 @@
 #include <linux/init.h>
 #include <linux/workqueue.h>
 #include <linux/list.h>
-#include <linux/slab.h>
 
 #include <asm/fb.h>
 
@@ -22,6 +21,7 @@ struct device;
 struct file;
 struct inode;
 struct notifier_block;
+struct page;
 struct videomode;
 struct device_node;
 
-- 
2.43.0
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help