9
0
Fork 0

remove unused variable from struct driver_d

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2011-12-22 20:51:28 +01:00
parent 33d1cc4bf2
commit 4bab39e7b6
1 changed files with 0 additions and 1 deletions

View File

@ -118,7 +118,6 @@ struct driver_d {
void (*info) (struct device_d *);
void (*shortinfo) (struct device_d *);
unsigned long type;
struct bus_type *bus;
};