From c2f925da1c4e7564e76235416338869a41e73fe3 Mon Sep 17 00:00:00 2001 From: Jinhyung Choi Date: Tue, 20 Dec 2016 19:12:20 +0900 Subject: [PATCH] virtfs: remove build break ifdef w/ --diable-virtfs Change-Id: I1c5ccd16b7cff27582ca28acf3e2b29978729db2 Signed-off-by: Jinhyung Choi --- tizen/src/util/device_hotplug.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tizen/src/util/device_hotplug.c b/tizen/src/util/device_hotplug.c index 3f68802..9f56471 100644 --- a/tizen/src/util/device_hotplug.c +++ b/tizen/src/util/device_hotplug.c @@ -280,18 +280,10 @@ static void device_hotplug_handler(EventNotifier *e) do_sdcard_detach(state->opaque); break; case ATTACH_HDS: -#ifdef CONFIG_VIRTFS do_hds_attach(state->opaque); -#else - LOG_WARNING("VirtFS is not enabled.\n"); -#endif break; case DETACH_HDS: -#ifdef CONFIG_VIRTFS do_hds_detach(state->opaque); -#else - LOG_WARNING("VirtFS is not enabled.\n"); -#endif break; default: break; -- 2.7.4