Browse Source

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>
Sachin Kamat 11 years ago
parent
commit
6f8a1031ee
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/spmi/spmi.c

+ 0 - 1
drivers/spmi/spmi.c

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