Commit a6011493 authored by Igor Ribeiro Barbosa Duarte's avatar Igor Ribeiro Barbosa Duarte Committed by Greg Kroah-Hartman
Browse files

staging: sm750fb: Add names to proc_setBLANK args

parent 11974ace
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -166,7 +166,7 @@ struct lynxfb_output {
	 */
	void *priv;

	int (*proc_setBLANK)(struct lynxfb_output*, int);
	int (*proc_setBLANK)(struct lynxfb_output *output, int blank);
};

struct lynxfb_par {