summaryrefslogtreecommitdiffstats
path: root/drivers/staging/most/i2c
diff options
context:
space:
mode:
authorChristian Gromm <christian.gromm@microchip.com>2019-12-13 13:04:14 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-12-17 13:50:03 +0100
commitc1d3fb8abe667cd9aa59f3a176ca4d0636d9b44b (patch)
treea03c0d63bac72627cb85960dfe3bf252c1976f0a /drivers/staging/most/i2c
parent1b998958b301fb7f7e33212e84dc162a711fad81 (diff)
downloadlinux-c1d3fb8abe667cd9aa59f3a176ca4d0636d9b44b.tar.bz2
staging: most: rename core.h to most.h
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>
Diffstat (limited to 'drivers/staging/most/i2c')
-rw-r--r--drivers/staging/most/i2c/i2c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/most/i2c/i2c.c b/drivers/staging/most/i2c/i2c.c
index 4a4fc1005932..d4606acba942 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/core.h"
+#include "most/most.h"
enum { CH_RX, CH_TX, NUM_CHANNELS };