* ron minnich rminnich@gmail.com [080207 08:46]:
This is a subtle problem.
Devices must have constructor struct members to be used.
static struct device_operations southbridge_ops = {
- .constructor = default_device_constructor,
Before we start doing this all over the place.
Do we ever want to define devices and compile them in that we don't want to use?
If not, the default behavior with no constructor defined should be that the code automatically uses the default device constructor.