kernel/net/atm/resources.c
.. .. @@ -403,6 +403,7 @@ 403 403 return error; 404 404 } 405 405 406 +#ifdef CONFIG_PROC_FS406 407 void *atm_dev_seq_start(struct seq_file *seq, loff_t *pos) 407 408 { 408 409 mutex_lock(&atm_dev_mutex); .. .. @@ -418,3 +419,4 @@ 418 419 { 419 420 return seq_list_next(v, &atm_devs, pos); 420 421 } 422 +#endif