Remove const from module_ops variable 30/163530/1 accepted/tizen/unified/20171212.064728 submit/tizen/20171212.021838
authorKichan Kwon <k_c.kwon@samsung.com>
Tue, 12 Dec 2017 02:09:54 +0000 (11:09 +0900)
committerKichan Kwon <k_c.kwon@samsung.com>
Tue, 12 Dec 2017 02:16:10 +0000 (11:16 +0900)
- .initialized will be modified

Change-Id: I4cefcf8dd8efcacbaf3e9023c726ae8e3366ebd4
Signed-off-by: Kichan Kwon <k_c.kwon@samsung.com>
src/memory/compaction.c

index e352063..ffa67d5 100644 (file)
@@ -717,7 +717,7 @@ static int compact_runtime_support(void *data)
        return RESOURCED_ERROR_NONE;
 }
 
-static const struct module_ops compact_module_ops = {
+static struct module_ops compact_module_ops = {
        .priority               = MODULE_PRIORITY_LATE,
        .name                   = "compact",
        .init                   = compact_init,