]> git.baikalelectronics.ru Git - kernel.git/commit
staging: ti-st: mv ti_wilink_st header
authorPavan Savoy <pavan_savoy@ti.com>
Thu, 30 Sep 2010 20:13:30 +0000 (16:13 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 5 Oct 2010 18:48:07 +0000 (11:48 -0700)
commit181a3552bf87cde16ae288bb51d5752790dcbcad
tree5639f51fb808644a537dc7be385962a9a32ce1ed
parent65e5784cf5b2ba6ed58b319c5d0cfdfee49351e0
staging: ti-st: mv ti_wilink_st header

Move the header to a standard linux device driver location.
This should pave the way for other drivers to be moved into the relevant
directories.

ti_wilink_st.h is a common header file used by the TI's shared transport device
driver for WiLink chipsets. Each individual protocol drivers like bluetooth
driver, FM V4L2 driver and GPS drivers will make use of this header.

Signed-off-by: Pavan Savoy <pavan_savoy@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/ti-st/bt_drv.c
drivers/staging/ti-st/st_core.c
drivers/staging/ti-st/st_kim.c
drivers/staging/ti-st/st_ll.c
drivers/staging/ti-st/ti_wilink_st.h [deleted file]
include/linux/ti_wilink_st.h [new file with mode: 0644]