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
|
||
|---|---|---|
| .. | ||
| boardergo.c | ||
| boardergo.h | ||
| hycapi.c | ||
| hysdn_boot.c | ||
| hysdn_defs.h | ||
| hysdn_init.c | ||
| hysdn_net.c | ||
| hysdn_pof.h | ||
| hysdn_procconf.c | ||
| hysdn_proclog.c | ||
| hysdn_sched.c | ||
| ince1pc.h | ||
| Kconfig | ||
| Makefile | ||