View | Details | Raw Unified | Return to bug 87518
Collapse All | Expand All

(-)cxm_i2c.c (-2 / +2 lines)
Lines 156-163 Link Here
156
	int numkids;
156
	int numkids;
157
	int i;
157
	int i;
158
	int unit;
158
	int unit;
159
	unsigned int bhandle;
159
	bus_space_handle_t bhandle;
160
	unsigned int btag;
160
	bus_space_tag_t btag;
161
	struct cxm_iic_softc *sc;
161
	struct cxm_iic_softc *sc;
162
162
163
	/* Get the device data */
163
	/* Get the device data */

Return to bug 87518