9
0
Fork 0

driver: remove unused type_data field from struct driver_d

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2012-02-25 15:14:52 +01:00
parent 78da28d088
commit b482dfd612
1 changed files with 0 additions and 6 deletions

View File

@ -120,12 +120,6 @@ struct driver_d {
unsigned long type;
struct bus_type *bus;
/*! This is somewhat redundant with the type data in struct device.
* Currently the filesystem implementation uses this field while
* ethernet drivers use the same field in struct device. Probably
* one of both should be removed. */
void *type_data;
};
/*@}*/ /* do not delete, doxygen relevant */