mirror of
https://xff.cz/git/u-boot/
synced 2026-01-17 19:30:06 +01:00
Remove <common.h> from this driver directory and when needed add missing include files directly. Signed-off-by: Tom Rini <trini@konsulko.com>
13 lines
274 B
C
13 lines
274 B
C
// SPDX-License-Identifier: GPL-2.0+
|
|
/*
|
|
* Copyright (c) 2017 Google, Inc
|
|
* Written by Simon Glass <sjg@chromium.org>
|
|
*/
|
|
|
|
#include <dm.h>
|
|
#include <dm/of_addr.h>
|
|
#include <dm/read.h>
|
|
#include <linux/ioport.h>
|
|
|
|
/* This file can hold non-inlined dev_read_...() functions */
|