提交 6ae660b5 编写于 作者: F Fabian Frederick 提交者: Felipe Balbi

usb: isp1301-omap: don't opencode IS_REACHABLE()

We have a macro which does the same trick. Let's
use it.
Signed-off-by: NFabian Frederick <fabf@skynet.be>
Signed-off-by: NFelipe Balbi <felipe.balbi@linux.intel.com>
上级 5909cbc8
......@@ -94,7 +94,7 @@ struct isp1301 {
#if defined(CONFIG_MACH_OMAP_H2) || defined(CONFIG_MACH_OMAP_H3)
#if defined(CONFIG_TPS65010) || (defined(CONFIG_TPS65010_MODULE) && defined(MODULE))
#if IS_REACHABLE(CONFIG_TPS65010)
#include <linux/i2c/tps65010.h>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册