On Tue, May 22, 2012 at 12:06:26AM -0400, Kevin McKinney wrote: > This patch removes typedef for _U_IP_ADDRESS, > changes the name of the union from _U_IP_ADDRESS > to bcm_ip_address, and converts the union to a > struct. In addition, any calls to the following > typedef "U_IP_ADDRESS" are changed to call the > struct directly. > > Signed-off-by: Kevin McKinney <klmckinney1@xxxxxxxxx> No, this doesn't work at all. You can't be changing unions to structs without more explanation than that. It breaks everything. regards, dan carpenter _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/devel