commit | eb0cb8a07e320ed3237789cc4f29858338d14d8e | [log] [tgz] |
---|---|---|
author | Sylvain Munaut <tnt@246tNt.com> | Mon Feb 12 23:13:25 2007 +0100 |
committer | Paul Mackerras <paulus@samba.org> | Fri Apr 13 03:55:13 2007 +1000 |
tree | 455386938b4262543ec1861c340daf6f507d22cf | |
parent | e049d1ca3094f3d1d94617f456a9961202f96e3a [diff] |
[POWERPC] Add a unified uevent handler for bus based on of_device This common uevent handler allow the several bus types based on of_device to generate the uevent properly and avoiding code duplication. This handlers take a struct device as argument and can therefore be used as the uevent call directly if no special treatment is needed for the bus. Signed-off-by: Sylvain Munaut <tnt@246tNt.com> Signed-off-by: Paul Mackerras <paulus@samba.org>