提交 6c1a5979 编写于 作者: H H Hartley Sweeten 提交者: Greg Kroah-Hartman

staging: comedi: rtd520: remove RtdDma1Status macro

This macro uses the 'devpriv' macro which relies on a local variable
having a specific name. It's also not used. Remove the macro.
Signed-off-by: NH Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 4de01dbb
...@@ -404,12 +404,6 @@ struct rtdPrivate { ...@@ -404,12 +404,6 @@ struct rtdPrivate {
*/ */
#define devpriv ((struct rtdPrivate *)dev->private) #define devpriv ((struct rtdPrivate *)dev->private)
/* Macros to access registers */
/* Get status for DMA 1 */
#define RtdDma1Status(dev) \
readb(devpriv->lcfg+LCFG_DMACSR1)
/* /*
Given a desired period and the clock period (both in ns), Given a desired period and the clock period (both in ns),
return the proper counter value (divider-1). return the proper counter value (divider-1).
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册