sb/intel/i82371eb: Fix iasl warning
The backslash on the very last line is not needed and causes an iasl warning. Change-Id: I27e78bc34b9386dd014db5880a104693b4f0db5a Signed-off-by: Keith Hui <buurin@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41094 Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
71a131415e
commit
0cdc97cdd9
|
@ -45,4 +45,4 @@ Device(intx) { \
|
|||
} \
|
||||
Store(Local0, pinx) \
|
||||
} \
|
||||
} \
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue