Re: [PATCH 1/3 V2] staging: cxt1e1: Remove useless OS_phystov() and OS_vtophys()

From: Greg KH
Date: Tue Jul 08 2014 - 19:34:05 EST


On Mon, Jun 30, 2014 at 03:56:11PM +0900, Daeseok Youn wrote:
> OS_phystov()/OS_vtophys() are replaced with
> phys_to_virt()/virt_to_phys().
>
> Signed-off-by: Daeseok Youn <daeseok.youn@xxxxxxxxx>
> ---
> V2: use virt_to_phys()/phys_to_virt() instead of __pa()/__va().
>
> drivers/staging/cxt1e1/musycc.c | 16 ++++++++--------
> drivers/staging/cxt1e1/pmcc4_drv.c | 12 ++++++------
> drivers/staging/cxt1e1/sbecom_inline_linux.h | 19 -------------------
> 3 files changed, 14 insertions(+), 33 deletions(-)

This driver has been deleted from the tree, so the patches do not apply
:(

--
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/