Commit d9c1b06f authored by Brigham Campbell's avatar Brigham Campbell Committed by Tomeu Vizoso
Browse files

accel/rocket: Fix undeclared const rocket_pm_ops

parent 218b15a3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -9,6 +9,8 @@

#include "rocket_device.h"

extern const struct dev_pm_ops rocket_pm_ops;

struct rocket_iommu_domain {
	struct iommu_domain *domain;
	struct kref kref;