Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 31a1a152 authored by Paul Gortmaker's avatar Paul Gortmaker
Browse files

drivers/hwmon: add module.h to ultra45_env.c



This file needs the full module.h header and up to now was just
implicitly capitalizing on it being present already.

Signed-off-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
parent bb207ef1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/slab.h>
#include <linux/module.h>
#include <linux/of_device.h>
#include <linux/io.h>
#include <linux/hwmon.h>