diff options
author | Robert Schwebel <r.schwebel@pengutronix.de> | 2005-04-18 21:57:32 -0700 |
---|---|---|
committer | Greg KH <greg@press.kroah.org> | 2005-04-18 21:57:32 -0700 |
commit | 46ea0d6c26de431a39c744f7ad63b30bfc800c1e (patch) | |
tree | 7328a203f0af0088595f0f7f475605ba8c358db1 /scripts | |
parent | 31e5abe9a6dab1ed3a5c30352bdb001353146318 (diff) | |
download | kernel_samsung_smdk4412-46ea0d6c26de431a39c744f7ad63b30bfc800c1e.zip kernel_samsung_smdk4412-46ea0d6c26de431a39c744f7ad63b30bfc800c1e.tar.gz kernel_samsung_smdk4412-46ea0d6c26de431a39c744f7ad63b30bfc800c1e.tar.bz2 |
[PATCH] export platform_add_devices
platform_add_devices can be used from within modules, so it should be
exported. This can for example happen if you have hotpluggable firmware in
an FPGA on a system on chip processor; in our case the FPGA is probed for
devices and the FPGA base code registers the devices it has found with the
kernel.
(akpm: I think this is reasonable from a licensing POV: it's unlikely that
anyone would be interested in merging such specialised modules into mainline,
and it's a GPL export).
Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions