On 05/07/2016 22:50, John Snow wrote: > So, something like: > > block/drivers/bochs/ > > bochs.c > probe.c (or bochs-probe.c) > > and > > include/block/drivers/bochs/ > > common.h (or internal.h) > > > Any objections from the gallery?
I guess I'm missing why it is useful to modularize drivers that don't need any external libraries; those that do in general are protocols and need no probe function. Sorry if I haven't noticed this in a previous discussion. Paolo