mirror of
https://github.com/torvalds/linux.git
synced 2026-07-19 03:59:06 +02:00
Convert code away from ->read_proc/->write_proc interfaces. Switch to
proc_create()/proc_create_data() which make addition of proc entries
reliable wrt NULL ->proc_fops, NULL ->data and so on.
Problem with ->read_proc et al is described here commit
|
||
|---|---|---|
| .. | ||
| avm_cs.c | ||
| avmcard.h | ||
| b1.c | ||
| b1dma.c | ||
| b1isa.c | ||
| b1pci.c | ||
| b1pcmcia.c | ||
| c4.c | ||
| Kconfig | ||
| Makefile | ||
| t1isa.c | ||
| t1pci.c | ||