patch-2.3.51 linux/drivers/video/matrox/matroxfb_maven.h

Next file: linux/drivers/video/offb.c
Previous file: linux/drivers/video/matrox/matroxfb_maven.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.50/linux/drivers/video/matrox/matroxfb_maven.h linux/drivers/video/matrox/matroxfb_maven.h
@@ -6,10 +6,13 @@
 #include <linux/i2c-algo-bit.h>
 #include "matroxfb_base.h"
 
+struct matroxfb_dh_maven_info;
+
 struct i2c_bit_adapter {
 	struct i2c_adapter		adapter;
 	int				initialized;
 	struct i2c_algo_bit_data	bac;
+	struct matroxfb_dh_maven_info  *minfo;
 };
 
 struct matroxfb_dh_maven_info {

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)