Searched hist:"5 aee2bf2629d7db2619110f62b15cf742c116e0b" (Results 1 – 1 of 1) sorted by relevance
/linux/include/linux/ |
H A D | device.h | diff 5aee2bf2629d7db2619110f62b15cf742c116e0b Mon Dec 09 20:33:01 CET 2019 Greg Kroah-Hartman <gregkh@linuxfoundation.org> device.h: move 'struct bus' stuff out to device/bus.h
device.h has everything and the kitchen sink when it comes to struct device things, so split out the struct bus things things to a separate .h file to make things easier to maintain and manage over time.
Cc: "Rafael J. Wysocki" <rafael@kernel.org> Cc: Suzuki K Poulose <suzuki.poulose@arm.com> Cc: Saravana Kannan <saravanak@google.com> Cc: Heikki Krogerus <heikki.krogerus@linux.intel.com> Link: https://lore.kernel.org/r/20191209193303.1694546-5-gregkh@linuxfoundation.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|