patman: Declare the future Series memory
authorSimon Glass <sjg@chromium.org>
Sun, 23 Apr 2023 18:16:00 +0000 (06:16 +1200)
committerTom Rini <trini@konsulko.com>
Sun, 23 Apr 2023 18:24:41 +0000 (14:24 -0400)
commitb646e1f69fca5d6a002be1f4e32fab00e140c091
tree20f7fb387c6b1fd6e60c7d6c855060e2b80cb826
parent328fdeb9c9a8178a262dcebb9991a2ffff5788b1
patman: Declare the future Series memory

This member is used in series.MakeCcFile() so should be declared in the
Series class.

Add a declaration to silence the warning.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/patman/commit.py