public inbox for kernel-janitors@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Ensure Dreamcast VMU code keeps building
@ 2026-03-27 18:12 Adrian McMenamin
  2026-03-30  9:35 ` Dan Carpenter
  0 siblings, 1 reply; 2+ messages in thread
From: Adrian McMenamin @ 2026-03-27 18:12 UTC (permalink / raw)
  To: kernel-janitors

Make necessary include explicit

Signed-off-by: Adrian McMenamin <adrianmcmenamin@gmail.com>
---
drivers/mtd/maos/vmu-flash.c | 1+
1 file changed, 1 insertion(+)

diff --git a/drivers/mtd/maps/vmu-flash.c b/drivers/mtd/maps/vmu-flash.c
index 75e06d249ce9..7c18658a5e7d 100644
--- a/drivers/mtd/maps/vmu-flash.c
+++ b/drivers/mtd/maps/vmu-flash.c
@@ -6,6 +6,7 @@
  * Copyright (c) Paul Mundt 2001
  */
 #include <linux/init.h>
+#include <linux/device.h>
 #include <linux/slab.h>
 #include <linux/sched.h>
 #include <linux/delay.h>
--

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

end of thread, other threads:[~2026-03-30  9:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-27 18:12 [PATCH] Ensure Dreamcast VMU code keeps building Adrian McMenamin
2026-03-30  9:35 ` Dan Carpenter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox