]> git.ipfire.org Git - people/ms/u-boot.git/commit - drivers/serial/serial_mxc.c
dm: move platform data headers to include/dm/platform_data
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Fri, 24 Oct 2014 03:41:19 +0000 (12:41 +0900)
committerSimon Glass <sjg@chromium.org>
Fri, 24 Oct 2014 03:43:07 +0000 (21:43 -0600)
commit86256b796ee757b7d1407233d0ca71576a7b8182
tree79e562042830a8d3ffcdbff1d38442e7f5c327ca
parente98a03ca68ca0edd08c260126aacc8c0f550804a
dm: move platform data headers to include/dm/platform_data

The platform_data definitions are generally referenced from both
drivers and board files.  That is why header files defining
platform_data sturectures are placed in "include" directory,
but our top level "include" directory is already too cluttered.

Let's collect platform_data definitions under the directory
"include/dm/platform_data" like Linux gathers ones around under
"include/linux/platform_data".

This commit moves two header files:

  include/serial_mxc.h -> include/dm/platform_data/serial_mxc.h
  include/serial_pl01x.h -> include/dm/platform_data/serial_pl01x.h

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
board/compulab/cm_fx6/cm_fx6.c
drivers/serial/serial_mxc.c
drivers/serial/serial_pl01x.c
include/dm/platform_data/serial_mxc.h [moved from include/serial_mxc.h with 100% similarity]
include/dm/platform_data/serial_pl01x.h [moved from include/serial_pl01x.h with 100% similarity]