mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-08 07:38:10 +00:00
serial: sprd: Remove unused structure
Remove the unused reg_backup structure. Signed-off-by: Baolin Wang <baolin.wang@linaro.org> Acked-by: Chunyan Zhang <chunyan.zhang@spreadtrum.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
c886751465
commit
20464f3a9b
1 changed files with 0 additions and 11 deletions
|
@ -95,19 +95,8 @@
|
||||||
#define SPRD_IMSR_BREAK_DETECT BIT(7)
|
#define SPRD_IMSR_BREAK_DETECT BIT(7)
|
||||||
#define SPRD_IMSR_TIMEOUT BIT(13)
|
#define SPRD_IMSR_TIMEOUT BIT(13)
|
||||||
|
|
||||||
struct reg_backup {
|
|
||||||
u32 ien;
|
|
||||||
u32 ctrl0;
|
|
||||||
u32 ctrl1;
|
|
||||||
u32 ctrl2;
|
|
||||||
u32 clkd0;
|
|
||||||
u32 clkd1;
|
|
||||||
u32 dspwait;
|
|
||||||
};
|
|
||||||
|
|
||||||
struct sprd_uart_port {
|
struct sprd_uart_port {
|
||||||
struct uart_port port;
|
struct uart_port port;
|
||||||
struct reg_backup reg_bak;
|
|
||||||
char name[16];
|
char name[16];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue