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: howlett/maple_spf/20210104~907^2~4^10~16 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=d51eb416fa111c1129c46ea3320faab36bf4c99c;p=users%2Fjedix%2Flinux-maple.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 25b0c97b3eb0..b59ec22169ab 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