Message ID | 20240209120625.1775017-1-stanislaw.gruszka@linux.intel.com |
---|---|
Headers | show |
Series | thermal/netlink/intel_hfi: Enable HFI feature only when required | expand |
On Fri, Feb 09, 2024 at 10:28:58AM -0800, Jakub Kicinski wrote: > On Fri, 9 Feb 2024 13:06:24 +0100 Stanislaw Gruszka wrote: > > @@ -48,6 +64,15 @@ static inline int thermal_notify_tz_create(const struct thermal_zone_device *tz) > > return 0; > > } > > > > +int thermal_genl_register_notifier(struct notifier_block *nb) > > +{ > > + return 0; > > +} > > + > > +int thermal_genl_unregister_notifier(struct notifier_block *nb) > > +{ > > + return 0; > > +} > > static inline :) Going to fix this in next respin. Regards Stanislaw >