common.h: Remove this file and all references

With all files that had included this file directly having been updated,
we can now remove this file.

Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini
2024-05-01 19:31:38 -06:00
parent 1227a30d00
commit 47558a4fce
7 changed files with 5 additions and 49 deletions

View File

@@ -281,7 +281,6 @@ new one of those, you should add a new suite.
Create a new file in test/ or a subdirectory and define a macro to register the
suite. For example::
#include <common.h>
#include <console.h>
#include <mapmem.h>
#include <dm/test.h>