Searched hist:c63469a3985a9771c18a916b8d42845d044ea0b1 (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/base/ |
H A D | module.c | c63469a3985a9771c18a916b8d42845d044ea0b1 Wed Nov 28 21:23:18 CET 2007 Greg Kroah-Hartman <gregkh@suse.de> Driver core: move the driver specific module code into the driver core
The module driver specific code should belong in the driver core, not in the kernel/ directory. So move this code. This is done in preparation for some struct device_driver rework that should be confined to the driver core code only.
This also lets us keep from exporting these functions, as no external code should ever be calling it.
Thanks to Andrew Morton for the !CONFIG_MODULES fix.
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
|
H A D | Makefile | diff c63469a3985a9771c18a916b8d42845d044ea0b1 Wed Nov 28 21:23:18 CET 2007 Greg Kroah-Hartman <gregkh@suse.de> Driver core: move the driver specific module code into the driver core
The module driver specific code should belong in the driver core, not in the kernel/ directory. So move this code. This is done in preparation for some struct device_driver rework that should be confined to the driver core code only.
This also lets us keep from exporting these functions, as no external code should ever be calling it.
Thanks to Andrew Morton for the !CONFIG_MODULES fix.
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
|
/linux/include/linux/ |
H A D | module.h | diff c63469a3985a9771c18a916b8d42845d044ea0b1 Wed Nov 28 21:23:18 CET 2007 Greg Kroah-Hartman <gregkh@suse.de> Driver core: move the driver specific module code into the driver core
The module driver specific code should belong in the driver core, not in the kernel/ directory. So move this code. This is done in preparation for some struct device_driver rework that should be confined to the driver core code only.
This also lets us keep from exporting these functions, as no external code should ever be calling it.
Thanks to Andrew Morton for the !CONFIG_MODULES fix.
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
|