diff options
author | Sachin Kamat <sachin.kamat@samsung.com> | 2014-06-23 07:21:27 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-07-10 18:22:13 -0400 |
commit | 6f8a1031eeaf2a7e2994cd39086793270aff0a44 (patch) | |
tree | ea87769cbd31b2318e8559c4b8b0ddafe149203f /drivers/spmi | |
parent | 5b35b20d4eb4c7fa6263939304c69207f791535f (diff) |
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>
Diffstat (limited to 'drivers/spmi')
-rw-r--r-- | drivers/spmi/spmi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/spmi/spmi.c b/drivers/spmi/spmi.c index 3b5780710d50..1d92f5103ebf 100644 --- a/drivers/spmi/spmi.c +++ b/drivers/spmi/spmi.c | |||
@@ -18,7 +18,6 @@ | |||
18 | #include <linux/of_device.h> | 18 | #include <linux/of_device.h> |
19 | #include <linux/platform_device.h> | 19 | #include <linux/platform_device.h> |
20 | #include <linux/spmi.h> | 20 | #include <linux/spmi.h> |
21 | #include <linux/module.h> | ||
22 | #include <linux/pm_runtime.h> | 21 | #include <linux/pm_runtime.h> |
23 | 22 | ||
24 | #include <dt-bindings/spmi/spmi.h> | 23 | #include <dt-bindings/spmi/spmi.h> |