mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-04 04:02:26 +00:00
5677b17c33
Modules registering driver with amba_driver_register() often forget to
set .owner field. The field is used by some of other kernel parts for
reference counting (try_module_get()), so it is expected that drivers
will set it.
Solve the problem by moving this task away from the drivers to the core
amba bus code, just like we did for platform_driver in
commit
|
||
---|---|---|
.. | ||
bus.h | ||
kmi.h | ||
mmci.h | ||
pl08x.h | ||
pl022.h | ||
pl080.h | ||
serial.h | ||
sp810.h |