X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=fs%2Ffuse%2Fcontrol.c;h=205e0d5d530752532bcb045b4630ddee0ded7ffd;hb=1b826a94b6ccc6ac6cf5ad3a36e0d5124146a333;hp=a0b0855d00a985c78288074f9adc813d14addfe1;hpb=d66e065c5b8b64b03a9d9b8a7c5d674c7dfa2e3d;p=karo-tx-linux.git diff --git a/fs/fuse/control.c b/fs/fuse/control.c index a0b0855d00a9..205e0d5d5307 100644 --- a/fs/fuse/control.c +++ b/fs/fuse/control.c @@ -348,7 +348,7 @@ int __init fuse_ctl_init(void) return register_filesystem(&fuse_ctl_fs_type); } -void fuse_ctl_cleanup(void) +void __exit fuse_ctl_cleanup(void) { unregister_filesystem(&fuse_ctl_fs_type); }