diff options
author | Hao Chen <chenhaoa@uniontech.com> | 2021-09-17 14:16:54 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-09-17 11:11:25 +0100 |
commit | 6042d4348a341957d5eddadda2137c493a97131e (patch) | |
tree | 30671932df4810d866990db05b25399b4f5da7aa /tools/lib/api/cpu.c | |
parent | 61524e43abadffbe450f9429f05c19d54cc95496 (diff) | |
download | linux-6042d4348a341957d5eddadda2137c493a97131e.tar.bz2 |
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 'tools/lib/api/cpu.c')
0 files changed, 0 insertions, 0 deletions