[PATCH 12/12] USB: chipidea: add imx usbmisc support
From: Richard Zhao <hidden>
Date: 2012-07-12 07:10:01
From: Richard Zhao <hidden>
Date: 2012-07-12 07:10:01
[snip]
--- /dev/null +++ b/drivers/usb/chipidea/imx_usbmisc.c@@ -0,0 +1,144 @@ +/* + * Copyright 2012 Freescale Semiconductor, Inc. + * + * The code contained herein is licensed under the GNU General Public + * License. You may obtain a copy of the GNU General Public License + * Version 2 or later at the following locations: + * + * http://www.opensource.org/licenses/gpl-license.html + * http://www.gnu.org/copyleft/gpl.html + */ + +#include <linux/module.h> +#include <linux/of_platform.h> +#include <linux/clk.h> +#include <linux/err.h> +#include <asm/io.h>
It should be linux/io.h Thanks Richard