Fully removed "symbol" from target (no-standalone) part
authorDmitry Kovalenko <d.kovalenko@samsung.com>
Tue, 23 Oct 2012 12:04:36 +0000 (16:04 +0400)
committerDmitry Kovalenko <d.kovalenko@samsung.com>
Tue, 23 Oct 2012 12:04:36 +0000 (16:04 +0400)
driver/device_driver.c
driver/device_driver.h
driver/ec.c
driver/ec.h

index 2b5fd74..d296959 100644 (file)
@@ -18,7 +18,6 @@
 #include "module.h"
 #include "device_driver.h"     // device driver
 #include "handlers_core.h"
-#include "CProfile.h"
 #include <linux/notifier.h>
 
 #ifdef OVERHEAD_DEBUG
index bd86946..cc8d49f 100644 (file)
@@ -19,6 +19,7 @@
 
 #include "ec_info.h"           // ec_info_t
 #include "ec_probe.h"          // probe_id_t
+#include "stdswap_defs.h"
 
 #define DEFAULT_DEVICE_NAME "swap_drv"
 #define DEFAULT_DEVICE_MAJOR 250
index 81f32a9..2253f78 100644 (file)
@@ -17,7 +17,6 @@
 
 #include "module.h"
 #include "ec.h"
-#include "CProfile.h"
 
 ////////////////////////////////////////////////////////////////////////////////////////////
 
index 25b593f..e33a69c 100644 (file)
@@ -21,6 +21,7 @@
 #include "ec_info.h"
 #include "ec_probe.h"
 #include "picl.h"
+#include "stdswap_defs.h"
 
 extern ec_info_t ec_info;
 extern ec_probe_info_t ec_probe_info;