diff options
| author | Christian Gromm <christian.gromm@microchip.com> | 2019-12-13 13:04:19 +0100 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-12-17 13:58:31 +0100 |
| commit | 6f4d22d76baa73c5bc99d669d68c862b60a04a3d (patch) | |
| tree | 3cbe530388aa5958aa970cb14bc618b24e74ff6a /drivers/staging/most/i2c | |
| parent | c3bb9d883f1a5b2e60675779205e7c6ded2272aa (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/i2c')
| -rw-r--r-- | drivers/staging/most/i2c/i2c.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/most/i2c/i2c.c b/drivers/staging/most/i2c/i2c.c index d4606acba942..d07719c38fc9 100644 --- a/drivers/staging/most/i2c/i2c.c +++ b/drivers/staging/most/i2c/i2c.c @@ -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 }; |
