Skip to content
Snippets Groups Projects
Commit eacb2875 authored by Peng Fan's avatar Peng Fan Committed by Stefano Babic
Browse files

imx: include linux/types.h for regs-common.h


There are uint8_t, uint32_t types in regs-common.h, so include
linux/types.h.

Signed-off-by: default avatarPeng Fan <Peng.Fan@freescale.com>
Cc: Stefano Babic <sbabic@denx.de>
parent 6014598f
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,8 @@ ...@@ -10,6 +10,8 @@
#ifndef __MXS_REGS_COMMON_H__ #ifndef __MXS_REGS_COMMON_H__
#define __MXS_REGS_COMMON_H__ #define __MXS_REGS_COMMON_H__
#include <linux/types.h>
/* /*
* The i.MXS has interesting feature when it comes to register access. There * The i.MXS has interesting feature when it comes to register access. There
* are four kinds of access to one particular register. Those are: * are four kinds of access to one particular register. Those are:
......
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