Move the dummy pwm_capture(), to make the declaration order of all
dummies to match the declaration order of the real functions.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
        return -EINVAL;
 }
 
-static inline int pwm_capture(struct pwm_device *pwm,
-                             struct pwm_capture *result,
-                             unsigned long timeout)
-{
-       return -EINVAL;
-}
-
 static inline int pwm_enable(struct pwm_device *pwm)
 {
        might_sleep();
        might_sleep();
 }
 
+static inline int pwm_capture(struct pwm_device *pwm,
+                             struct pwm_capture *result,
+                             unsigned long timeout)
+{
+       return -EINVAL;
+}
+
 static inline int pwm_set_chip_data(struct pwm_device *pwm, void *data)
 {
        return -EINVAL;