mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 14:04:54 +02:00
rk: gcc-wrapper.py ignore psci.c
Signed-off-by: Huang, Tao <huangtao@rock-chips.com>
This commit is contained in:
parent
61ef8d7311
commit
bff22aebd0
|
|
@ -42,13 +42,15 @@ import subprocess
|
|||
allowed_warnings = set([
|
||||
"return_address.c:63",
|
||||
"hid-appleir.c:347",
|
||||
"hid-magicmouse.c:580",
|
||||
"hid-magicmouse.c:590",
|
||||
"hid-ntrig.c:1026",
|
||||
"core.c:1334",
|
||||
"menu.c:129",
|
||||
"bus.c:318", # FIXME
|
||||
"atags_to_fdt.c:96",
|
||||
"compat_binfmt_elf.c:58",
|
||||
"psci.c:299",
|
||||
"psci.c:304",
|
||||
])
|
||||
|
||||
# Capture the name of the object file, can find it.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user