aboutsummaryrefslogtreecommitdiff
path: root/drivers/core/device.c
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-09-14 18:21:46 -0600
committerTom Rini <trini@konsulko.com>2023-09-23 09:46:20 -0400
commita162a665b853a270baa8226ed02cfd49ac20c815 (patch)
tree62cff1d5cc7b03e39e4d31c2d1f4301ece9caf06 /drivers/core/device.c
parentb05a184379631d13c4a49e423aa1324dc1ae6158 (diff)
downloadu-boot-WIP/23Sep2023.zip
u-boot-WIP/23Sep2023.tar.gz
u-boot-WIP/23Sep2023.tar.bz2
common: Drop linux/printk.h from common headerWIP/23Sep2023
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>
Diffstat (limited to 'drivers/core/device.c')
-rw-r--r--drivers/core/device.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/core/device.c b/drivers/core/device.c
index 60f8d67..bf7f261 100644
--- a/drivers/core/device.c
+++ b/drivers/core/device.c
@@ -33,6 +33,7 @@
#include <linux/err.h>
#include <linux/list.h>
#include <power-domain.h>
+#include <linux/printk.h>
DECLARE_GLOBAL_DATA_PTR;