mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-16 05:50:19 +00:00
9a58a80a70
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
|
||
---|---|---|
.. | ||
capi.c | ||
capidrv.c | ||
capidrv.h | ||
capifs.c | ||
capifs.h | ||
capilib.c | ||
capiutil.c | ||
kcapi_proc.c | ||
kcapi.c | ||
kcapi.h | ||
Kconfig | ||
Makefile |