aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qualcomm/qca_spi.c
diff options
context:
space:
mode:
authorStefan Wahren <stefan.wahren@i2se.com>2017-05-29 13:57:18 +0200
committerDavid S. Miller <davem@davemloft.net>2017-05-30 13:57:30 -0400
commitf1789286e0200f6a40fc20b05ee0e5e62d044a9e (patch)
tree46d7f57babe893b2bdcb7884e2116ecf06bca98b /drivers/net/ethernet/qualcomm/qca_spi.c
parentnet: qca_spi: Clarify MODULE_DESCRIPTION (diff)
downloadlinux-dev-f1789286e0200f6a40fc20b05ee0e5e62d044a9e.tar.xz
linux-dev-f1789286e0200f6a40fc20b05ee0e5e62d044a9e.zip
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.c2
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