Remove flags that likely will not be used

This commit is contained in:
Lucas De Marchi 2011-12-15 12:15:31 -02:00
parent c4b4ac9e5b
commit 3e71947c1e
1 changed files with 0 additions and 2 deletions

View 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,
};
/*