Split automatic drive start function from mmc_function_spy()

This commit is contained in:
2009-11-18 12:25:57 +00:00
parent 504677de4f
commit acb2f3b173
5 changed files with 56 additions and 23 deletions

View File

@ -424,10 +424,6 @@ struct burn_drive *burn_drive_finish_enum(struct burn_drive *d)
char msg[BURN_DRIVE_ADR_LEN + 160];
int ret;
/* ts A60821
<<< debug: for tracing calls which might use open drive fds */
int mmc_function_spy(struct burn_drive *d, char * text);
d->drive_role = 1; /* MMC drive */
t = burn_drive_register(d);