summaryrefslogtreecommitdiffstats
path: root/configfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'configfs.c')
-rw-r--r--configfs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/configfs.c b/configfs.c
index 49eaa78..1a7e7c5 100644
--- a/configfs.c
+++ b/configfs.c
@@ -9,7 +9,7 @@
#include <linux/slab.h>
-#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;