Skip to content

Commit 1ee792f

Browse files
Umang Jaingregkh
authored andcommitted
staging: vchiq_core: Rectify header include for vchiq_dump_state()
The header vchiq_core.h does not need <linux/debugfs.h>. It needs the <linux/seq_file.h> for vchiq_dump_state() to dump the vchiq state through vchiq_debugfs.[ch]. Signed-off-by: Umang Jain <umang.jain@ideasonboard.com> Link: https://lore.kernel.org/r/20241107194806.90408-3-umang.jain@ideasonboard.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent d0bc38d commit 1ee792f

File tree

1 file changed

+1
-1
lines changed
  • drivers/staging/vc04_services/interface/vchiq_arm

1 file changed

+1
-1
lines changed

drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
#include <linux/mutex.h>
88
#include <linux/completion.h>
99
#include <linux/dma-mapping.h>
10-
#include <linux/debugfs.h>
1110
#include <linux/dev_printk.h>
1211
#include <linux/kthread.h>
1312
#include <linux/kref.h>
1413
#include <linux/rcupdate.h>
14+
#include <linux/seq_file.h>
1515
#include <linux/spinlock_types.h>
1616
#include <linux/wait.h>
1717

0 commit comments

Comments
 (0)