X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Fkmod-setup.c;h=20ab23237477114aac391095df2b91ceb1686ad5;hb=795607b22308f5b92073b012e43be1892fdd97c0;hp=383a6b22be72f4ca6c793d3b63b78473884f3efc;hpb=1022373284b7562431fb0a6dba45db8af089a0e3;p=elogind.git diff --git a/src/core/kmod-setup.c b/src/core/kmod-setup.c index 383a6b22b..20ab23237 100644 --- a/src/core/kmod-setup.c +++ b/src/core/kmod-setup.c @@ -39,7 +39,6 @@ typedef struct Kmodule { static const KModule kmod_table[] = { { "autofs4", "/sys/class/misc/autofs", NULL } , { "ipv6", "/sys/module/ipv6", NULL }, - { "efivarfs", "/sys/firmware/efi/efivars", NULL }, { "unix", "/proc/net/unix", NULL } , };