aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvdimm/nd_perf.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/nvdimm/nd_perf.c')
-rw-r--r--drivers/nvdimm/nd_perf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/nvdimm/nd_perf.c b/drivers/nvdimm/nd_perf.c
index 314415894acf..433bbb68ae64 100644
--- a/drivers/nvdimm/nd_perf.c
+++ b/drivers/nvdimm/nd_perf.c
@@ -10,6 +10,7 @@
#define pr_fmt(fmt) "nvdimm_pmu: " fmt
#include <linux/nd.h>
+#include <linux/platform_device.h>
#define EVENT(_name, _code) enum{_name = _code}