kcsan, debugfs: Move debugfs file creation out of early init
[linux-2.6-microblaze.git] / kernel / kcsan / kcsan.h
index 8d4bf34..87ccdb3 100644 (file)
@@ -30,11 +30,6 @@ extern bool kcsan_enabled;
 void kcsan_save_irqtrace(struct task_struct *task);
 void kcsan_restore_irqtrace(struct task_struct *task);
 
-/*
- * Initialize debugfs file.
- */
-void kcsan_debugfs_init(void);
-
 /*
  * Statistics counters displayed via debugfs; should only be modified in
  * slow-paths.