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>
This commit is contained in:
Christian Gromm 2019-12-13 13:04:14 +01:00 коммит произвёл Greg Kroah-Hartman
Родитель 1b998958b3
Коммит c1d3fb8abe
10 изменённых файлов: 9 добавлений и 9 удалений

Просмотреть файл

@ -16,7 +16,7 @@
#include <linux/kfifo.h>
#include <linux/uaccess.h>
#include <linux/idr.h>
#include "most/core.h"
#include "most/most.h"
#define CHRDEV_REGION_SIZE 50

Просмотреть файл

@ -10,7 +10,7 @@
#include <linux/slab.h>
#include <linux/init.h>
#include <linux/configfs.h>
#include <most/core.h>
#include <most/most.h>
struct mdev_link {
struct config_item item;

Просмотреть файл

@ -21,7 +21,7 @@
#include <linux/kthread.h>
#include <linux/dma-mapping.h>
#include <linux/idr.h>
#include <most/core.h>
#include <most/most.h>
#define MAX_CHANNELS 64
#define STRING_SIZE 80

Просмотреть файл

@ -21,7 +21,7 @@
#include <linux/sched.h>
#include <linux/kthread.h>
#include "most/core.h"
#include "most/most.h"
#include "hal.h"
#include "errors.h"
#include "sysfs.h"

Просмотреть файл

@ -14,7 +14,7 @@
#include <linux/interrupt.h>
#include <linux/err.h>
#include "most/core.h"
#include "most/most.h"
enum { CH_RX, CH_TX, NUM_CHANNELS };

Просмотреть файл

Просмотреть файл

@ -15,7 +15,7 @@
#include <linux/list.h>
#include <linux/wait.h>
#include <linux/kobject.h>
#include "most/core.h"
#include "most/most.h"
#define MEP_HDR_LEN 8
#define MDP_HDR_LEN 16

Просмотреть файл

@ -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

Просмотреть файл

@ -23,7 +23,7 @@
#include <linux/dma-mapping.h>
#include <linux/etherdevice.h>
#include <linux/uaccess.h>
#include "most/core.h"
#include "most/most.h"
#define USB_MTU 512
#define NO_ISOCHRONOUS_URB 0

Просмотреть файл

@ -21,7 +21,7 @@
#include <media/v4l2-ctrls.h>
#include <media/v4l2-fh.h>
#include "most/core.h"
#include "most/most.h"
#define V4L2_CMP_MAX_INPUT 1