]> Git Repo - linux.git/blobdiff - lib/debugobjects.c
enetc: Migrate to PHYLINK and PCS_LYNX
[linux.git] / lib / debugobjects.c
index 48054dbf1b51fbd1bb6486bcb8b5de1786bc2304..fe4557955d976f45bcb85980ba469a7d91352b75 100644 (file)
@@ -1022,18 +1022,7 @@ static int debug_stats_show(struct seq_file *m, void *v)
        seq_printf(m, "objs_freed    :%d\n", debug_objects_freed);
        return 0;
 }
-
-static int debug_stats_open(struct inode *inode, struct file *filp)
-{
-       return single_open(filp, debug_stats_show, NULL);
-}
-
-static const struct file_operations debug_stats_fops = {
-       .open           = debug_stats_open,
-       .read           = seq_read,
-       .llseek         = seq_lseek,
-       .release        = single_release,
-};
+DEFINE_SHOW_ATTRIBUTE(debug_stats);
 
 static int __init debug_objects_init_debugfs(void)
 {
This page took 0.033152 seconds and 4 git commands to generate.