Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6ae660b5 authored by Fabian Frederick's avatar Fabian Frederick Committed by Felipe Balbi
Browse files

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



We have a macro which does the same trick. Let's
use it.

Signed-off-by: default avatarFabian Frederick <fabf@skynet.be>
Signed-off-by: default avatarFelipe Balbi <felipe.balbi@linux.intel.com>
parent 5909cbc8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>