[PATCH 0/2] prepare ti-st to mv out of staging

From: pavan_savoy
Date: Fri Sep 17 2010 - 10:55:14 EST


From: Pavan Savoy <pavan_savoy@xxxxxx>

Greg,

As suggested, the patch has been spilt to 2 patches:
1. correction of the data types
2. moving headers to ti_wilink_st.h and source modifications for it

and application of individual patches doesn't break the build :)

Pavan Savoy (2):
drivers:staging:ti-st: set right the data types
drivers:staging:ti-st: mv headers to ti_wilink_st

drivers/staging/ti-st/bt_drv.c | 2 +-
drivers/staging/ti-st/fm.h | 13 -
drivers/staging/ti-st/st.h | 83 -------
drivers/staging/ti-st/st_core.c | 10 +-
drivers/staging/ti-st/st_core.h | 128 -----------
drivers/staging/ti-st/st_kim.c | 5 +-
drivers/staging/ti-st/st_kim.h | 180 ---------------
drivers/staging/ti-st/st_ll.c | 4 +-
drivers/staging/ti-st/st_ll.h | 69 ------
drivers/staging/ti-st/ti_wilink_st.h | 409 ++++++++++++++++++++++++++++++++++
10 files changed, 417 insertions(+), 486 deletions(-)
delete mode 100644 drivers/staging/ti-st/fm.h
delete mode 100644 drivers/staging/ti-st/st.h
delete mode 100644 drivers/staging/ti-st/st_core.h
delete mode 100644 drivers/staging/ti-st/st_kim.h
delete mode 100644 drivers/staging/ti-st/st_ll.h
create mode 100644 drivers/staging/ti-st/ti_wilink_st.h

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/