|
@@ -782,7 +782,6 @@ extern int i2o_exec_lct_get(struct i2o_controller *);
|
|
|
#define to_i2o_driver(drv) container_of(drv,struct i2o_driver, driver)
|
|
|
#define to_i2o_device(dev) container_of(dev, struct i2o_device, device)
|
|
|
#define to_i2o_controller(dev) container_of(dev, struct i2o_controller, device)
|
|
|
-#define kobj_to_i2o_device(kobj) to_i2o_device(container_of(kobj, struct device, kobj))
|
|
|
|
|
|
/**
|
|
|
* i2o_out_to_virt - Turn an I2O message to a virtual address
|