diff options
author | Zhen Lei <thunder.leizhen@huawei.com> | 2020-12-09 07:31:44 +0100 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2020-12-09 18:00:26 +0100 |
commit | 5213dc7940e0aa4c094413e015790c4a310ef36c (patch) | |
tree | 4e70c6ec0d816d3578c36eed67e816d69ff6d32e /Documentation/ABI/testing/sysfs-ata | |
parent | scsi: mpt3sas: Signedness bug in _base_get_diag_triggers() (diff) | |
download | linux-5213dc7940e0aa4c094413e015790c4a310ef36c.tar.xz linux-5213dc7940e0aa4c094413e015790c4a310ef36c.zip |
scsi: ufs-mediatek: Use correct path to fix compile error
When the kernel is compiled with allmodconfig, the following error is
reported:
In file included from drivers/scsi/ufs/ufs-mediatek-trace.h:36:0,
from drivers/scsi/ufs/ufs-mediatek.c:28:
./include/trace/define_trace.h:95:42: fatal error: ./ufs-mediatek-trace.h: No such file or directory
#include TRACE_INCLUDE(TRACE_INCLUDE_FILE)
The comment in include/trace/define_trace.h specifies that:
TRACE_INCLUDE_PATH: Note, the path is relative to define_trace.h, not the
file including it. Full path names for out of tree modules must be used.
So without "CFLAGS_ufs-mediatek.o := -I$(src)", the current directory "."
is "include/trace/", the relative path of ufs-mediatek-trace.h is
"../../drivers/scsi/ufs/".
Link: https://lore.kernel.org/r/20201209063144.1840-2-thunder.leizhen@huawei.com
Fixes: ca1bb061d644 ("scsi: ufs-mediatek: Introduce event_notify implementation")
Reviewed-by: Stanley Chu <stanley.chu@mediatek.com>
Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'Documentation/ABI/testing/sysfs-ata')
0 files changed, 0 insertions, 0 deletions