Commit f1789286 authored by Stefan Wahren's avatar Stefan Wahren Committed by David S. Miller

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: default avatarStefan Wahren <stefan.wahren@i2se.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 0d78d5f7
...@@ -3,6 +3,6 @@ ...@@ -3,6 +3,6 @@
# #
obj-$(CONFIG_QCA7000) += qcaspi.o obj-$(CONFIG_QCA7000) += qcaspi.o
qcaspi-objs := qca_spi.o qca_framing.o qca_7k.o qca_debug.o qcaspi-objs := qca_spi.o qca_7k_common.o qca_7k.o qca_debug.o
obj-y += emac/ obj-y += emac/
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#include <linux/kernel.h> #include <linux/kernel.h>
#include "qca_framing.h" #include "qca_7k_common.h"
u16 u16
qcafrm_create_header(u8 *buf, u16 length) qcafrm_create_header(u8 *buf, u16 length)
......
...@@ -43,8 +43,8 @@ ...@@ -43,8 +43,8 @@
#include <linux/types.h> #include <linux/types.h>
#include "qca_7k.h" #include "qca_7k.h"
#include "qca_7k_common.h"
#include "qca_debug.h" #include "qca_debug.h"
#include "qca_framing.h"
#include "qca_spi.h" #include "qca_spi.h"
#define MAX_DMA_BURST_LEN 5000 #define MAX_DMA_BURST_LEN 5000
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
#include <linux/spi/spi.h> #include <linux/spi/spi.h>
#include <linux/types.h> #include <linux/types.h>
#include "qca_framing.h" #include "qca_7k_common.h"
#define QCASPI_DRV_VERSION "0.2.7-i" #define QCASPI_DRV_VERSION "0.2.7-i"
#define QCASPI_DRV_NAME "qcaspi" #define QCASPI_DRV_NAME "qcaspi"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment