Loading arch/arm/mach-msm/include/mach/msm_smd.h +0 −10 Original line number Diff line number Diff line Loading @@ -143,10 +143,6 @@ struct smd_platform { }; #ifdef CONFIG_MSM_SMD /* warning: notify() may be called before open returns */ int smd_open(const char *name, smd_channel_t **ch, void *priv, void (*notify)(void *priv, unsigned event)); int smd_close(smd_channel_t *ch); /* passing a null pointer for data reads and discards */ Loading Loading @@ -337,12 +333,6 @@ const char *smd_edge_to_pil_str(uint32_t type); #else static inline int smd_open(const char *name, smd_channel_t **ch, void *priv, void (*notify)(void *priv, unsigned event)) { return -ENODEV; } static inline int smd_close(smd_channel_t *ch) { return -ENODEV; Loading arch/arm/mach-msm/smd.c +0 −9 Original line number Diff line number Diff line Loading @@ -2100,15 +2100,6 @@ int smd_named_open_on_edge(const char *name, uint32_t edge, } EXPORT_SYMBOL(smd_named_open_on_edge); int smd_open(const char *name, smd_channel_t **_ch, void *priv, void (*notify)(void *, unsigned)) { return smd_named_open_on_edge(name, SMD_APPS_MODEM, _ch, priv, notify); } EXPORT_SYMBOL(smd_open); int smd_close(smd_channel_t *ch) { unsigned long flags; Loading Loading
arch/arm/mach-msm/include/mach/msm_smd.h +0 −10 Original line number Diff line number Diff line Loading @@ -143,10 +143,6 @@ struct smd_platform { }; #ifdef CONFIG_MSM_SMD /* warning: notify() may be called before open returns */ int smd_open(const char *name, smd_channel_t **ch, void *priv, void (*notify)(void *priv, unsigned event)); int smd_close(smd_channel_t *ch); /* passing a null pointer for data reads and discards */ Loading Loading @@ -337,12 +333,6 @@ const char *smd_edge_to_pil_str(uint32_t type); #else static inline int smd_open(const char *name, smd_channel_t **ch, void *priv, void (*notify)(void *priv, unsigned event)) { return -ENODEV; } static inline int smd_close(smd_channel_t *ch) { return -ENODEV; Loading
arch/arm/mach-msm/smd.c +0 −9 Original line number Diff line number Diff line Loading @@ -2100,15 +2100,6 @@ int smd_named_open_on_edge(const char *name, uint32_t edge, } EXPORT_SYMBOL(smd_named_open_on_edge); int smd_open(const char *name, smd_channel_t **_ch, void *priv, void (*notify)(void *, unsigned)) { return smd_named_open_on_edge(name, SMD_APPS_MODEM, _ch, priv, notify); } EXPORT_SYMBOL(smd_open); int smd_close(smd_channel_t *ch) { unsigned long flags; Loading