mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 22:14:04 +02:00
drivers: rk_nand: fix compile warning
warning: drivers/rk_nand/rk_ftlv5_arm32.o uses 4-byte wchar_t yet the output is to use 2-byte wchar_t; Signed-off-by: Yifeng Zhao <yifeng.zhao@rock-chips.com> Change-Id: I9ea1cdb05be5e4edb297517a9ae8c5e5377538be
This commit is contained in:
parent
3f98f91c6f
commit
4ba9bb2228
|
|
@ -16,7 +16,6 @@
|
|||
.eabi_attribute 26, 2
|
||||
.eabi_attribute 30, 4
|
||||
.eabi_attribute 34, 1
|
||||
.eabi_attribute 18, 4
|
||||
.file "rk_ftl_arm_v7.c"
|
||||
.syntax unified
|
||||
.text
|
||||
|
|
|
|||
|
|
@ -17,7 +17,6 @@
|
|||
.eabi_attribute 26, 2
|
||||
.eabi_attribute 30, 4
|
||||
.eabi_attribute 34, 1
|
||||
.eabi_attribute 18, 4
|
||||
.file "rk_ftl_arm_v7.c"
|
||||
.thumb
|
||||
.text
|
||||
|
|
|
|||
|
|
@ -17,7 +17,6 @@
|
|||
.eabi_attribute 26, 2
|
||||
.eabi_attribute 30, 4
|
||||
.eabi_attribute 34, 1
|
||||
.eabi_attribute 18, 4
|
||||
.file "rk_ftlv5_arm_v8.c"
|
||||
.text
|
||||
.align 2
|
||||
|
|
|
|||
|
|
@ -18,7 +18,6 @@
|
|||
.eabi_attribute 26, 2
|
||||
.eabi_attribute 30, 4
|
||||
.eabi_attribute 34, 1
|
||||
.eabi_attribute 18, 4
|
||||
.file "rk_zftl_arm_v7.c"
|
||||
.syntax unified
|
||||
.text
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user