On 2/12/2010 8:04 PM, Guzman Lugo, Fernando wrote:
From d287e11cdb126f2c9b4be8d6d6f958ffdf7ff716 Mon Sep 17 00:00:00 2001 From: Fernando Guzman Lugo<x0095840@xxxxxx> Date: Fri, 22 Jan 2010 21:46:42 -0600 Subject: [PATCH] DSPBRIDGE: Remove chnl_sm.h and tiomap_sm.c Because of mailbox migration all the functions in tiomap_sm.c except one and their prototypes in chnl_sm.h are not needed anymore, so that function was changed to tiomap_io.c and changed the name to remove camelcasing Signed-off-by: Fernando Guzman Lugo<x0095840@xxxxxx> --- arch/arm/plat-omap/include/dspbridge/chnl_sm.h | 154 ------------------------ drivers/dsp/bridge/Makefile | 2 +- drivers/dsp/bridge/wmd/_tiomap.h | 18 +++ drivers/dsp/bridge/wmd/io_sm.c | 13 +- drivers/dsp/bridge/wmd/tiomap3430.c | 3 +- drivers/dsp/bridge/wmd/tiomap3430_pwr.c | 13 +- drivers/dsp/bridge/wmd/tiomap_io.c | 71 +++++++++++ drivers/dsp/bridge/wmd/tiomap_sm.c | 101 ---------------- 8 files changed, 103 insertions(+), 272 deletions(-) delete mode 100644 arch/arm/plat-omap/include/dspbridge/chnl_sm.h delete mode 100644 drivers/dsp/bridge/wmd/tiomap_sm.c
Rebased and pushed to dspbridge. - omar -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html