From: Dmitry Kovalenko Date: Tue, 23 Oct 2012 12:04:36 +0000 (+0400) Subject: Fully removed "symbol" from target (no-standalone) part X-Git-Tag: Tizen_SDK_2.3~756 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e6491c9df6402382616f817f903ff8e0930bc8c6;p=kernel%2Fswap-modules.git Fully removed "symbol" from target (no-standalone) part --- diff --git a/driver/device_driver.c b/driver/device_driver.c index 2b5fd74..d296959 100644 --- a/driver/device_driver.c +++ b/driver/device_driver.c @@ -18,7 +18,6 @@ #include "module.h" #include "device_driver.h" // device driver #include "handlers_core.h" -#include "CProfile.h" #include #ifdef OVERHEAD_DEBUG diff --git a/driver/device_driver.h b/driver/device_driver.h index bd86946..cc8d49f 100644 --- a/driver/device_driver.h +++ b/driver/device_driver.h @@ -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 diff --git a/driver/ec.c b/driver/ec.c index 81f32a9..2253f78 100644 --- a/driver/ec.c +++ b/driver/ec.c @@ -17,7 +17,6 @@ #include "module.h" #include "ec.h" -#include "CProfile.h" //////////////////////////////////////////////////////////////////////////////////////////// diff --git a/driver/ec.h b/driver/ec.h index 25b593f..e33a69c 100644 --- a/driver/ec.h +++ b/driver/ec.h @@ -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;