diff options
author | Stefan Wahren <stefan.wahren@i2se.com> | 2017-05-29 13:57:18 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-05-30 13:57:30 -0400 |
commit | f1789286e0200f6a40fc20b05ee0e5e62d044a9e (patch) | |
tree | 46d7f57babe893b2bdcb7884e2116ecf06bca98b /drivers/net/ethernet/qualcomm/qca_spi.c | |
parent | 0d78d5f73adb1f8a789ceaaa4aca58c52bd1d160 (diff) | |
download | linux-f1789286e0200f6a40fc20b05ee0e5e62d044a9e.tar.gz |
net: qualcomm: rename qca_framing.c to qca_7k_common.c
As preparation for the upcoming UART driver we need a module
which contains common functions for both interfaces. The module
qca_framing is a good candidate but renaming to qca_7k_common would
make it clear.
Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/qualcomm/qca_spi.c')
-rw-r--r-- | drivers/net/ethernet/qualcomm/qca_spi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/qualcomm/qca_spi.c b/drivers/net/ethernet/qualcomm/qca_spi.c index ee90af31bd65..43cc7de0b395 100644 --- a/drivers/net/ethernet/qualcomm/qca_spi.c +++ b/drivers/net/ethernet/qualcomm/qca_spi.c @@ -43,8 +43,8 @@ #include <linux/types.h> #include "qca_7k.h" +#include "qca_7k_common.h" #include "qca_debug.h" -#include "qca_framing.h" #include "qca_spi.h" #define MAX_DMA_BURST_LEN 5000 |