hc
2024-05-10 61598093bbdd283a7edc367d900f223070ead8d2
kernel/net/atm/resources.c
....@@ -403,6 +403,7 @@
403403 return error;
404404 }
405405
406
+#ifdef CONFIG_PROC_FS
406407 void *atm_dev_seq_start(struct seq_file *seq, loff_t *pos)
407408 {
408409 mutex_lock(&atm_dev_mutex);
....@@ -418,3 +419,4 @@
418419 {
419420 return seq_list_next(v, &atm_devs, pos);
420421 }
422
+#endif