9
0
Fork 0

imx:mmdc:Move imx6-reg include to imx6-mmdc header

Move the imx6-reg.h include to the imx6-mmdc header.

Signed-off-by: Christian Hemp <c.hemp@phytec.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Christian Hemp 2014-04-30 21:11:09 +02:00 committed by Sascha Hauer
parent 3e571c1f86
commit e0afbe3f84
2 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,6 @@
*/
#include <common.h>
#include <io.h>
#include <mach/imx6-regs.h>
#include <mach/imx6-mmdc.h>
int mmdc_do_write_level_calibration(void)

View File

@ -1,6 +1,7 @@
#ifndef __MACH_MMDC_H
#define __MACH_MMDC_H
#include <mach/imx6-regs.h>
#define P0_IPS (void __iomem *)MX6_MMDC_P0_BASE_ADDR
#define P1_IPS (void __iomem *)MX6_MMDC_P1_BASE_ADDR