summaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk-max77686.c
diff options
context:
space:
mode:
authorPaul Gortmaker2015-05-02 02:02:30 +0200
committerPaul Gortmaker2015-06-16 20:12:25 +0200
commita0c4dfeedea8155c2c217c19721ca3e4696cbcfb (patch)
tree503f829a12e86993441be8008d53a3e714778634 /drivers/clk/clk-max77686.c
parentLinux 4.1-rc8 (diff)
downloadkernel-qcow2-linux-a0c4dfeedea8155c2c217c19721ca3e4696cbcfb.tar.gz
kernel-qcow2-linux-a0c4dfeedea8155c2c217c19721ca3e4696cbcfb.tar.xz
kernel-qcow2-linux-a0c4dfeedea8155c2c217c19721ca3e4696cbcfb.zip
drivers/clk: include <module.h> for clk-max77xxx modular code
These files are built off of the tristate COMMON_CLK_MAX77686 and COMMON_CLK_MAX77802 respectively. They also contains modular function calls so they should explicitly include module.h to avoid compile breakage during header shuffles done in the future. Cc: Mike Turquette <mturquette@linaro.org> Cc: Stephen Boyd <sboyd@codeaurora.org> Acked-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/clk/clk-max77686.c')
-rw-r--r--drivers/clk/clk-max77686.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/clk-max77686.c b/drivers/clk/clk-max77686.c
index 86cdb3a28629..446c2fe76dc2 100644
--- a/drivers/clk/clk-max77686.c
+++ b/drivers/clk/clk-max77686.c
@@ -23,6 +23,7 @@
#include <linux/kernel.h>
#include <linux/slab.h>
#include <linux/err.h>
+#include <linux/module.h>
#include <linux/platform_device.h>
#include <linux/mfd/max77686.h>
#include <linux/mfd/max77686-private.h>