Commit bc0c5aa3 authored by Zhangfei Gao's avatar Zhangfei Gao Committed by Mauro Carvalho Chehab

[media] ir-hix5hd2: remove writel/readl_relaxed define

Commit 9439eb3a ("asm-generic: io: implement relaxed
accessor macros as conditional wrappers") has added
{read,write}{b,w,l,q}_relaxed to include/asm-generic/io.h
Signed-off-by: default avatarZhangfei Gao <zhangfei.gao@linaro.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
parent d6d4c0e0
......@@ -16,14 +16,6 @@
#include <linux/regmap.h>
#include <media/rc-core.h>
/* Allow the driver to compile on all architectures */
#ifndef writel_relaxed
# define writel_relaxed writel
#endif
#ifndef readl_relaxed
# define readl_relaxed readl
#endif
#define IR_ENABLE 0x00
#define IR_CONFIG 0x04
#define CNT_LEADS 0x08
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment