From d8ff159e37cb3768358b350b2dc80118d81d4b2c Mon Sep 17 00:00:00 2001 From: Mark Farrugia Date: Thu, 25 Oct 2018 16:13:19 +1100 Subject: Refactor core_internal.h to core.h Signed-off-by: Mark Farrugia --- configfs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configfs.c') diff --git a/configfs.c b/configfs.c index 49eaa78..1a7e7c5 100644 --- a/configfs.c +++ b/configfs.c @@ -9,7 +9,7 @@ #include -#include "core_internal.h" +#include "core.h" #define D_LOGNAME "configfs" @@ -105,7 +105,7 @@ static struct config_item_type cfg_avirt_stream_type = { }; static struct config_item * -cfg_avirt_stream_make_item(struct config_group *group, const char *name) + cfg_avirt_stream_make_item(struct config_group *group, const char *name) { char *split; int direction; -- cgit 1.2.3-korg