serial: stm32x7: migrate serial struct to driver
authorPatrice Chotard <[email protected]>
Tue, 18 Jul 2017 07:29:07 +0000 (09:29 +0200)
committerTom Rini <[email protected]>
Wed, 26 Jul 2017 15:26:54 +0000 (11:26 -0400)
commit122b2d4763e82e13f9b2735624813266047ddcd5
treee1f98eee7edaefe3300317cc514bc83a3990a45a
parentb9e86511d138dcca75171b846111373481f1ea6d
serial: stm32x7: migrate serial struct to driver

This allow to remove include/dm/platform_data/serial_stm32x7.h
which was included in the past by stm32x7 driver and by
stm32f746-disco.c board file.
Since patch 42bf5e7c27 "serial: stm32f7: add device tree support"
this file is no more needed in board file.

Signed-off-by: Patrice Chotard <[email protected]>
Acked-by: Vikas MANOCHA <[email protected]>
board/st/stm32f746-disco/stm32f746-disco.c
drivers/serial/serial_stm32x7.c
drivers/serial/serial_stm32x7.h
include/dm/platform_data/serial_stm32x7.h [deleted file]