diff options
-rw-r--r-- | alsa-pcm.c | 2 | ||||
-rw-r--r-- | configfs.c | 4 | ||||
-rw-r--r-- | core.c | 2 | ||||
-rw-r--r-- | core.h (renamed from core_internal.h) | 2 |
4 files changed, 5 insertions, 5 deletions
@@ -7,7 +7,7 @@ * alsa-pcm.c - AVIRT PCM interface */ -#include "core_internal.h" +#include "core.h" #define D_LOGNAME "pcm" @@ -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; @@ -12,7 +12,7 @@ #include <linux/slab.h> #include <sound/initval.h> -#include "core_internal.h" +#include "core.h" MODULE_AUTHOR("James O'Shannessy <james.oshannessy@fiberdyne.com.au>"); MODULE_AUTHOR("Mark Farrugia <mark.farrugia@fiberdyne.com.au>"); @@ -4,7 +4,7 @@ * * Copyright (c) 2010-2018 Fiberdyne Systems Pty Ltd * - * core_internal.h - AVIRT internal header + * core.h - AVIRT internal header */ #ifndef __SOUND_AVIRT_CORE_H |