cppcheck: Remove old CMSIS folder from exclusion

Old `platform/ext/cmsis` was kept in, for tests to pass while the
refresh of CMSIS from version 5 to 6 was unmerged.
See in commit:
https://review.trustedfirmware.org/c/ci/tf-m-ci-scripts/+/26521

CMSIS was moved to libraries instead of being held in the source files,
as now it is compact.
Merged change in mention:
https://review.trustedfirmware.org/c/TF-M/trusted-firmware-m/+/26428

Signed-off-by: Gergely Korcsák <gergely.korcsak@arm.com>
Change-Id: Icaaa92b52e9285893945fb209e447a34088fe43a
diff --git a/cppcheck/tfm-suppress-list.txt b/cppcheck/tfm-suppress-list.txt
index 8f2e19f..11e11da 100644
--- a/cppcheck/tfm-suppress-list.txt
+++ b/cppcheck/tfm-suppress-list.txt
@@ -49,7 +49,6 @@
 *:*/tools/*
 *:*/bl2/ext/*
 *:*/platform/ext/accelerator/*
-*:*/platform/ext/cmsis/*
 *:*/platform/ext/driver/*
 *:*/platform/ext/target/*
 *:*/mcuboot/*