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:
@@ -12,6 +12,7 @@
|
||||
#include <fb_nand.h>
|
||||
#include <part.h>
|
||||
#include <stdlib.h>
|
||||
#include <linux/printk.h>
|
||||
|
||||
/**
|
||||
* image_size - final fastboot image size
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
#include <fs.h>
|
||||
#include <part.h>
|
||||
#include <version.h>
|
||||
#include <linux/printk.h>
|
||||
|
||||
static void getvar_version(char *var_parameter, char *response);
|
||||
static void getvar_version_bootloader(char *var_parameter, char *response);
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user