]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
serial: remove uniphier_serial_initialize() call
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Thu, 23 Oct 2014 13:26:12 +0000 (22:26 +0900)
committerSimon Glass <sjg@chromium.org>
Fri, 24 Oct 2014 03:43:09 +0000 (21:43 -0600)
commitc2ded962d4703a3f9522553004db4a6fe540f7e6
tree6435a472623e9a30a9c5022034e887b2fbef5374
parentff247b7a0d2f4051786f5be1e73cf90a86b4b641
serial: remove uniphier_serial_initialize() call

The UniPhier serial driver has been converted to driver model.
Let's remove uniphier_serial_initialize() call from the old
serial driver framework.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Simon Glass <sjg@chromium.org>
drivers/serial/serial.c