lib: Remove <common.h> inclusion from these files
After some header file cleanups to add missing include files, remove common.h from all files in the lib directory. This primarily means just dropping the line but in a few cases we need to add in other header files now. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
*
|
||||
* SDPX-License-Identifier: GPL-2.0+
|
||||
*/
|
||||
#include <common.h>
|
||||
#include <errno.h>
|
||||
#include <linux/kernel.h>
|
||||
|
||||
#define ERRNO_MSG(errno, msg) msg
|
||||
#define SAME_AS(x) (const char *)&errno_message[x]
|
||||
|
Reference in New Issue
Block a user