Skip to content
Snippets Groups Projects
Commit 786a5123 authored by Tom Rini's avatar Tom Rini
Browse files

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: default avatarTom Rini <trini@konsulko.com>
parent 7be5c4cb
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,6 @@
* Copyright (c) 2013 Google, Inc
*/
#include <common.h>
#include <dm.h>
#include <dm-demo.h>
......
......@@ -3,7 +3,6 @@
* Copyright (c) 2013 Google, Inc
*/
#include <common.h>
#include <dm.h>
#include <errno.h>
#include <fdtdec.h>
......
......@@ -6,7 +6,6 @@
* Pavel Herrmann <morpheus.ibis@gmail.com>
*/
#include <common.h>
#include <dm.h>
#include <dm-demo.h>
#include <mapmem.h>
......
......@@ -6,7 +6,6 @@
* Pavel Herrmann <morpheus.ibis@gmail.com>
*/
#include <common.h>
#include <dm.h>
#include <dm-demo.h>
#include <errno.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment