]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
usb: rename board_usb_init_type to usb_init_type
authorTroy Kisky <troy.kisky@boundarydevices.com>
Thu, 10 Oct 2013 22:27:55 +0000 (15:27 -0700)
committerMarek Vasut <marex@denx.de>
Sun, 20 Oct 2013 21:45:26 +0000 (23:45 +0200)
commitbba679144d25b91bcd7befff5a96728a30875f54
tree692fdc163ac28a2f523a2e6254fedaca0ad0b495
parentea02b653c20413b41170ebaca141bd3ffbb200c8
usb: rename board_usb_init_type to usb_init_type

This will be used by usb_lowlevel_init so it will
no longer be used by only board specific functions.

Move definition of enum usb_init_type higher in file
so that it will be available for usb_low_level_init.

Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
board/amcc/canyonlands/canyonlands.c
board/balloon3/balloon3.c
board/esd/apc405/apc405.c
board/esd/pmc440/pmc440.c
board/icpdas/lp8x4x/lp8x4x.c
board/samsung/trats/trats.c
board/toradex/colibri_pxa270/colibri_pxa270.c
board/trizepsiv/conxs.c
board/vpac270/vpac270.c
common/usb.c
include/usb.h