提交 fcf59a7c 编写于 作者: B Bhaktipriya Shridhar 提交者: Greg Kroah-Hartman

staging: sm750fb: Remove Unused macro

The macro PEEK32 is used nowhere in the file. Hence,removed.
Signed-off-by: NBhaktipriya Shridhar <bhaktipriya96@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 13b79a0d
......@@ -19,8 +19,6 @@
#include "sm750_cursor.h"
#define PEEK32(addr) \
readl(cursor->mmio + (addr))
#define POKE32(addr, data) \
writel((data), cursor->mmio + (addr))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册