diff options
author | Christian Gromm <christian.gromm@microchip.com> | 2019-12-13 13:04:14 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-12-17 13:50:03 +0100 |
commit | c1d3fb8abe667cd9aa59f3a176ca4d0636d9b44b (patch) | |
tree | a03c0d63bac72627cb85960dfe3bf252c1976f0a /drivers/staging/most/sound | |
parent | 1b998958b301fb7f7e33212e84dc162a711fad81 (diff) |
staging: most: rename core.h to most.h
This patch renames the core header file core.h to most.h. The intention
behind this is to have a meaningful name once this file is moved to the
/include/linux directory.
Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
Link: https://lore.kernel.org/r/1576238662-16512-2-git-send-email-christian.gromm@microchip.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/most/sound')
-rw-r--r-- | drivers/staging/most/sound/sound.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/most/sound/sound.c b/drivers/staging/most/sound/sound.c index 1ccfcb8f78b9..38642b2be306 100644 --- a/drivers/staging/most/sound/sound.c +++ b/drivers/staging/most/sound/sound.c @@ -17,7 +17,7 @@ #include <sound/pcm_params.h> #include <linux/sched.h> #include <linux/kthread.h> -#include <most/core.h> +#include <most/most.h> #define DRIVER_NAME "sound" #define STRING_SIZE 80 |