Skip to content
Snippets Groups Projects
Commit a5d4f861 authored by Sean Anderson's avatar Sean Anderson Committed by Tom Rini
Browse files

timer: Include device_compat.h


Necessary for dev_xxx.

Signed-off-by: default avatarSean Anderson <seanga2@gmail.com>
Reviewed-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>
parent 7399897b
No related merge requests found
......@@ -4,14 +4,15 @@
*/
#include <common.h>
#include <clk.h>
#include <cpu.h>
#include <dm.h>
#include <init.h>
#include <dm/lists.h>
#include <dm/device_compat.h>
#include <dm/device-internal.h>
#include <dm/root.h>
#include <clk.h>
#include <errno.h>
#include <init.h>
#include <timer.h>
#include <linux/err.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