common: Drop linux/printk.h from common header

This old patch was marked as deferred. Bring it back to life, to continue
towards the removal of common.h

Move this out of the common header and include it only where needed.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass 2023-09-14 18:21:46 -06:00 committed by Tom Rini
parent b05a184379
commit 1e94b46f73
312 changed files with 317 additions and 3 deletions

View file

@ -11,6 +11,7 @@
#include <fastboot.h>
#include <image-sparse.h>
#include <linux/printk.h>
#include <linux/mtd/mtd.h>
#include <jffs2/jffs2.h>
#include <nand.h>