diff options
author | 2021-09-17 14:16:54 +0000 | |
---|---|---|
committer | 2021-09-17 11:11:25 +0100 | |
commit | 6042d4348a341957d5eddadda2137c493a97131e (patch) | |
tree | 30671932df4810d866990db05b25399b4f5da7aa /include/linux/socket.h | |
parent | net: netsec: Make use of the helper function dev_err_probe() (diff) | |
download | linux-rng-6042d4348a341957d5eddadda2137c493a97131e.tar.xz linux-rng-6042d4348a341957d5eddadda2137c493a97131e.zip |
net: e1000e: solve insmod 'Unknown symbol mutex_lock' error
After I turn on the CONFIG_LOCK_STAT=y, insmod e1000e.ko will report:
[ 5.641579] e1000e: Unknown symbol mutex_lock (err -2)
[ 90.775705] e1000e: Unknown symbol mutex_lock (err -2)
[ 132.252339] e1000e: Unknown symbol mutex_lock (err -2)
This problem fixed after include <linux/mutex.h>.
Signed-off-by: Hao Chen <chenhaoa@uniontech.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/socket.h')
0 files changed, 0 insertions, 0 deletions