Merge tag 'drm-intel-next-2021-01-04' of git://anongit.freedesktop.org/drm/drm-intel...
[linux-2.6-microblaze.git] / include / linux / hil_mlc.h
index 774f7d3..369221f 100644 (file)
@@ -103,7 +103,7 @@ struct hilse_node {
 
 /* Methods for back-end drivers, e.g. hp_sdc_mlc */
 typedef int    (hil_mlc_cts) (hil_mlc *mlc);
-typedef void   (hil_mlc_out) (hil_mlc *mlc);
+typedef int    (hil_mlc_out) (hil_mlc *mlc);
 typedef int    (hil_mlc_in)  (hil_mlc *mlc, suseconds_t timeout);
 
 struct hil_mlc_devinfo {