[FIX] Energy: replace export.h dependency 17/21617/2
authorAlexander Aksenov <a.aksenov@samsung.com>
Fri, 23 May 2014 13:58:45 +0000 (17:58 +0400)
committerDmitry Kovalenko <d.kovalenko@samsung.com>
Fri, 23 May 2014 14:23:23 +0000 (07:23 -0700)
Change-Id: I9205e679bab03b41b0b2f9e68d55470b735b1ece
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
energy/lcd/lcd_debugfs.c
energy/rational_debugfs.c

index 5e436ba..d549758 100644 (file)
@@ -24,7 +24,7 @@
 
 
 #include <linux/debugfs.h>
-#include <linux/export.h>
+#include <linux/module.h>
 #include <linux/slab.h>
 #include <energy/lcd/lcd_base.h>
 #include <energy/rational_debugfs.h>
index 122a5a6..046c4f2 100644 (file)
@@ -25,7 +25,7 @@
 
 #include <linux/dcache.h>
 #include <linux/debugfs.h>
-#include <linux/export.h>
+#include <linux/module.h>
 #include "rational_debugfs.h"