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

staging: most: use angle brackets in include path

This patch replaces the double quotes in all include paths
with angle brackets.
Signed-off-by: default avatarChristian Gromm <christian.gromm@microchip.com>
Link: https://lore.kernel.org/r/1576238662-16512-7-git-send-email-christian.gromm@microchip.comSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent c3bb9d88
......@@ -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
......
......@@ -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"
......
......@@ -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 };
......
......@@ -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
......
......@@ -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
......
......@@ -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
......
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