diff options
| author | Casey Bowman <[email protected]> | 2020-10-07 23:13:07 +0000 |
|---|---|---|
| committer | Mika Westerberg <[email protected]> | 2020-11-05 10:32:46 +0000 |
| commit | 77455129fb5b2a8749330b2b40d0c8750b6bf076 (patch) | |
| tree | e3b64e5c4135e588af023fbdc04d9ccfaae37113 /lib/assoc_array.c | |
| parent | thunderbolt: Fix memory leak if ida_simple_get() fails in enumerate_services() (diff) | |
| download | kernel-77455129fb5b2a8749330b2b40d0c8750b6bf076.tar.gz kernel-77455129fb5b2a8749330b2b40d0c8750b6bf076.zip | |
thunderbolt: Add uaccess dependency to debugfs interface
Some calls in the debugfs interface are made to the linux/uaccess.h header,
but the header is not referenced. So, for x86_64 architectures, this
dependency seems to be pulled in elsewhere, which leads to a successful
compilation. However, on arm/arm64 architectures, it was found to error out
on implicit declarations.
This change fixes the implicit declaration error by adding the
linux/uaccess.h header.
Fixes: 54e418106c76 ("thunderbolt: Add debugfs interface")
Signed-off-by: Casey Bowman <[email protected]>
Signed-off-by: Mika Westerberg <[email protected]>
Diffstat (limited to 'lib/assoc_array.c')
0 files changed, 0 insertions, 0 deletions
