Skip to content
Commit a3bc0499 authored by Casey Bowman's avatar Casey Bowman Committed by Liwei Song
Browse files

thunderbolt: Add uaccess dependency to debugfs interface



commit 77455129 upstream.

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: 54e41810 ("thunderbolt: Add debugfs interface")
Signed-off-by: default avatarCasey Bowman <casey.g.bowman@intel.com>
Signed-off-by: default avatarMika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: default avatarLiwei Song <liwei.song@windriver.com>
parent ad61cd01
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment