Message ID | 20201029094636.51818-2-mika.westerberg@linux.intel.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 77455129fb5b2a8749330b2b40d0c8750b6bf076 |
Headers | show |
Series | [1/3] thunderbolt: Fix memory leak if ida_simple_get() fails in enumerate_services() | expand |
diff --git a/drivers/thunderbolt/debugfs.c b/drivers/thunderbolt/debugfs.c index 3680b2784ea1..ed65d2b13964 100644 --- a/drivers/thunderbolt/debugfs.c +++ b/drivers/thunderbolt/debugfs.c @@ -9,6 +9,7 @@ #include <linux/debugfs.h> #include <linux/pm_runtime.h> +#include <linux/uaccess.h> #include "tb.h"