From b482dfd612bc98e76c85e89b8cd56b3f3d4eecc6 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Sat, 25 Feb 2012 15:14:52 +0100 Subject: [PATCH] driver: remove unused type_data field from struct driver_d Signed-off-by: Sascha Hauer --- include/driver.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/include/driver.h b/include/driver.h index 51d63936c..3c2fd566f 100644 --- a/include/driver.h +++ b/include/driver.h @@ -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 */