Commit c1d3fb8a authored by Christian Gromm's avatar Christian Gromm Committed by Greg Kroah-Hartman

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: default avatarChristian Gromm <christian.gromm@microchip.com>
Link: https://lore.kernel.org/r/1576238662-16512-2-git-send-email-christian.gromm@microchip.comSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 1b998958
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment