diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2020-02-12 13:02:59 +0300 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2020-03-30 00:17:10 +0300 |
commit | 7d7c0568285d6f5630fb269766186afe09e58dc7 (patch) | |
tree | 2f249de2c5911253c18e73cb7276c69b3c86d36f /arch/um/drivers | |
parent | b495dfed706c4c5873c0dab8930ad6eb1d276a6c (diff) | |
download | linux-7d7c0568285d6f5630fb269766186afe09e58dc7.tar.xz |
um: Don't use console_drivers directly
console_drivers is kind of (semi-)private variable to the console code.
Direct use of it make us stuck with it being exported here and there.
Reduce use of console_drivers by replacing it with for_each_console().
Cc: Thomas Meyer <thomas@m3y3r.de>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'arch/um/drivers')
0 files changed, 0 insertions, 0 deletions