diff options
-rw-r--r-- | drivers/bus/imx-weim.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/bus/imx-weim.c b/drivers/bus/imx-weim.c index 79af0c27f5a3..28bb65a5613f 100644 --- a/drivers/bus/imx-weim.c +++ b/drivers/bus/imx-weim.c | |||
@@ -76,7 +76,7 @@ static const struct of_device_id weim_id_table[] = { | |||
76 | }; | 76 | }; |
77 | MODULE_DEVICE_TABLE(of, weim_id_table); | 77 | MODULE_DEVICE_TABLE(of, weim_id_table); |
78 | 78 | ||
79 | static int __init imx_weim_gpr_setup(struct platform_device *pdev) | 79 | static int imx_weim_gpr_setup(struct platform_device *pdev) |
80 | { | 80 | { |
81 | struct device_node *np = pdev->dev.of_node; | 81 | struct device_node *np = pdev->dev.of_node; |
82 | struct property *prop; | 82 | struct property *prop; |
@@ -126,10 +126,10 @@ err: | |||
126 | } | 126 | } |
127 | 127 | ||
128 | /* Parse and set the timing for this device. */ | 128 | /* Parse and set the timing for this device. */ |
129 | static int __init weim_timing_setup(struct device *dev, | 129 | static int weim_timing_setup(struct device *dev, |
130 | struct device_node *np, void __iomem *base, | 130 | struct device_node *np, void __iomem *base, |
131 | const struct imx_weim_devtype *devtype, | 131 | const struct imx_weim_devtype *devtype, |
132 | struct cs_timing_state *ts) | 132 | struct cs_timing_state *ts) |
133 | { | 133 | { |
134 | u32 cs_idx, value[MAX_CS_REGS_COUNT]; | 134 | u32 cs_idx, value[MAX_CS_REGS_COUNT]; |
135 | int i, ret; | 135 | int i, ret; |