]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
staging: most: rename core.h to most.h
authorChristian Gromm <christian.gromm@microchip.com>
Fri, 13 Dec 2019 12:04:14 +0000 (13:04 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 17 Dec 2019 12:50:03 +0000 (13:50 +0100)
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>
drivers/staging/most/cdev/cdev.c
drivers/staging/most/configfs.c
drivers/staging/most/core.c
drivers/staging/most/dim2/dim2.c
drivers/staging/most/i2c/i2c.c
drivers/staging/most/most.h [moved from drivers/staging/most/core.h with 100% similarity]
drivers/staging/most/net/net.c
drivers/staging/most/sound/sound.c
drivers/staging/most/usb/usb.c
drivers/staging/most/video/video.c

index f880147c82fd5b02e8f3e1ee735c4998063deccc..df4cb5a3818edc40c2b30ef71ffd215270cd9db3 100644 (file)
@@ -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
 
index 34a9fb53985c1e2cef9ddc0c48837a637e00e9cd..e17d8461a916b29614b4d81b983a074c9eaa19e7 100644 (file)
@@ -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;
index 51a6b41d5b820ba618b0b9a1c640918e500636fa..e32030c38255b1e25c8da6db1359b8dd20c6caa7 100644 (file)
@@ -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
index 64c979155a49f382f410096c0a3a760e38f1ac8f..e15e847ef58e0427c480622d4009b580fd19561d 100644 (file)
@@ -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"
index 4a4fc1005932b7dd2c66c105d1498db453a08ec4..d4606acba942d36c80abac74e3b9c6d04be58b86 100644 (file)
@@ -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 };
 
index 6cab1bb8956e3979746dd3203ef0d14260644fe8..34d93c47a70b6655dc7e7efb79c6ae68ed358e2a 100644 (file)
@@ -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
index 1ccfcb8f78b934ea28ae5b78a353c5a5c2db746b..38642b2be306339679f3915ba32ce8b5abd09358 100644 (file)
@@ -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
index 360cb5b7a10b1343ca99f254f88076d55e6e8918..69756ca719d8d231b320aa4d5c5bc7bd3957969d 100644 (file)
@@ -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
index 10c1ef7e3a3ede3b7da89d2cce969bb280412f5a..b75ccc86e178d3126f8608fba727ed374742ccf9 100644 (file)
@@ -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