summaryrefslogtreecommitdiff
path: root/drivers/staging/most/cdev/cdev.c
diff options
context:
space:
mode:
authorChristian Gromm <christian.gromm@microchip.com>2019-12-13 13:04:19 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-12-17 13:58:31 +0100
commit6f4d22d76baa73c5bc99d669d68c862b60a04a3d (patch)
tree3cbe530388aa5958aa970cb14bc618b24e74ff6a /drivers/staging/most/cdev/cdev.c
parentc3bb9d883f1a5b2e60675779205e7c6ded2272aa (diff)
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>
Diffstat (limited to 'drivers/staging/most/cdev/cdev.c')
-rw-r--r--drivers/staging/most/cdev/cdev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/most/cdev/cdev.c b/drivers/staging/most/cdev/cdev.c
index 9ce2f23dcaed..59f346d1f4af 100644
--- a/drivers/staging/most/cdev/cdev.c
+++ b/drivers/staging/most/cdev/cdev.c
@@ -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