dm: core: Drop seq and req_seq
authorSimon Glass <sjg@chromium.org>
Thu, 17 Dec 2020 04:20:32 +0000 (21:20 -0700)
committerSimon Glass <sjg@chromium.org>
Sat, 19 Dec 2020 03:32:21 +0000 (20:32 -0700)
commit7f20d1d24989fedaad28689c0454f91d44453e80
treef185c71d1f3f35bbcbff8fddd6551f05d309ec75
parent36c03d183041e57714a909f6d020ac10ef279e3b
dm: core: Drop seq and req_seq

Now that migration to the new sequence numbers is complete, drop the old
fields. Add a test that covers the new behaviour.

Also drop the check for OF_PRIOR_STAGE since we always assign sequence
numbers now.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/core/device-remove.c
drivers/core/device.c
include/dm/device.h
test/dm/test-fdt.c