staging: most: use angle brackets in include path

This patch replaces the double quotes in all include paths
with angle brackets.

Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
Link: https://lore.kernel.org/r/1576238662-16512-7-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:19 +01:00 committed by Greg Kroah-Hartman
parent c3bb9d883f
commit 6f4d22d76b
6 changed files with 6 additions and 6 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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