1
0
Fork 0

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>
hifive-unleashed-5.1
Sachin Kamat 2014-06-23 16:51:27 +05:30 committed by Greg Kroah-Hartman
parent 5b35b20d4e
commit 6f8a1031ee
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@
#include <linux/of_device.h>
#include <linux/platform_device.h>
#include <linux/spmi.h>
#include <linux/module.h>
#include <linux/pm_runtime.h>
#include <dt-bindings/spmi/spmi.h>