|
@@ -13,7 +13,6 @@
|
|
|
#include <linux/irq.h>
|
|
|
#include <linux/of_irq.h>
|
|
|
#include <linux/of_platform.h>
|
|
|
-#include <linux/pinctrl/machine.h>
|
|
|
#include <asm/mach/arch.h>
|
|
|
#include <asm/mach/time.h>
|
|
|
#include <mach/common.h>
|
|
@@ -55,8 +54,6 @@ static void __init imx51_dt_init(void)
|
|
|
const struct of_device_id *of_id;
|
|
|
void (*func)(void);
|
|
|
|
|
|
- pinctrl_provide_dummies();
|
|
|
-
|
|
|
node = of_find_matching_node(NULL, imx51_iomuxc_of_match);
|
|
|
if (node) {
|
|
|
of_id = of_match_node(imx51_iomuxc_of_match, node);
|