From: Shaokun Zhang Date: Fri, 4 Sep 2020 02:21:37 +0000 (+0800) Subject: drivers/perf: hisi: Add missing include of linux/module.h X-Git-Tag: v5.10-rc1~222^2~4^10~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d51eb416fa111c1129c46ea3320faab36bf4c99c;p=thirdparty%2Flinux.git drivers/perf: hisi: Add missing include of linux/module.h MODULE_*** is used in HiSilicon uncore PMU drivers and is provided by linux/module.h, but the header file is not directly included. Add the missing include. Signed-off-by: Shaokun Zhang Cc: Will Deacon Cc: Mark Rutland Link: https://lore.kernel.org/r/1599186097-18599-1-git-send-email-zhangshaokun@hisilicon.com Signed-off-by: Will Deacon --- diff --git a/drivers/perf/hisilicon/hisi_uncore_pmu.h b/drivers/perf/hisilicon/hisi_uncore_pmu.h index 25b0c97b3eb0a..b59ec22169ab6 100644 --- a/drivers/perf/hisilicon/hisi_uncore_pmu.h +++ b/drivers/perf/hisilicon/hisi_uncore_pmu.h @@ -14,6 +14,7 @@ #include #include #include +#include #include #include