]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
Remove flags that likely will not be used
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Thu, 15 Dec 2011 14:15:31 +0000 (12:15 -0200)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Thu, 15 Dec 2011 14:18:00 +0000 (12:18 -0200)
libkmod/libkmod.h

index b835227fbc45db2ba36d1d12fed92d4c07341cda..a8142f5bfe31f64c4faed5e76886078bffeaf962 100644 (file)
@@ -75,8 +75,6 @@ enum kmod_remove {
 enum kmod_insert {
        KMOD_INSERT_FORCE_VERMAGIC = 0x1,
        KMOD_INSERT_FORCE_MODVERSION = 0x2,
-       KMOD_INSERT_HANDLE_DEPENDENCIES = 0x4,
-       KMOD_INSERT_IGNORE_CONFIG = 0x8,
 };
 
 /*