]> git.baikalelectronics.ru Git - kernel.git/commit
bpf: depends on MODULES
authorEric Dumazet <eric.dumazet@gmail.com>
Fri, 29 Apr 2011 17:20:53 +0000 (10:20 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 29 Apr 2011 17:20:53 +0000 (10:20 -0700)
commite7fa54e5ca71e14e34ed03925c4366c9a4265de6
tree9b940834a398a90fc966d8b325055a58fa821ecc
parent1113a1c2544cac6bede652d0bd79dc48b9900152
bpf: depends on MODULES

module_alloc() and module_free() are available only if CONFIG_MODULES=y

Reported-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/Kconfig