demo: Remove <common.h> and add needed includes

Remove <common.h> from this driver directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini 2024-05-01 19:30:41 -06:00
parent 7be5c4cb40
commit 786a5123cb
4 changed files with 0 additions and 4 deletions

View File

@ -3,7 +3,6 @@
* Copyright (c) 2013 Google, Inc
*/
#include <common.h>
#include <dm.h>
#include <dm-demo.h>

View File

@ -3,7 +3,6 @@
* Copyright (c) 2013 Google, Inc
*/
#include <common.h>
#include <dm.h>
#include <errno.h>
#include <fdtdec.h>

View File

@ -6,7 +6,6 @@
* Pavel Herrmann <morpheus.ibis@gmail.com>
*/
#include <common.h>
#include <dm.h>
#include <dm-demo.h>
#include <mapmem.h>

View File

@ -6,7 +6,6 @@
* Pavel Herrmann <morpheus.ibis@gmail.com>
*/
#include <common.h>
#include <dm.h>
#include <dm-demo.h>
#include <errno.h>