Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

spmi: Remove duplicate inclusion of module.h

module.h was included twice.

Signed-off-by: Sachin Kamat <sachin.kamat@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Sachin Kamat and committed by
Greg Kroah-Hartman
6f8a1031 5b35b20d

-1
-1
drivers/spmi/spmi.c
··· 18 18 #include <linux/of_device.h> 19 19 #include <linux/platform_device.h> 20 20 #include <linux/spmi.h> 21 - #include <linux/module.h> 22 21 #include <linux/pm_runtime.h> 23 22 24 23 #include <dt-bindings/spmi/spmi.h>