X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;ds=sidebyside;f=arch%2Farm%2Fmach-omap2%2Ffb.c;h=ecd00b63181ecaf6e5f419d5cb22fd97848c1767;hb=fed41f7d039bad02f94cad9059e4b14cd81d13f2;hp=1f1ecf8807eb9ad8d2e86250d51204491d923f89;hpb=5b7f00a5967a3fdd8654ba6926930e672710ef63;p=cascardo%2Flinux.git diff --git a/arch/arm/mach-omap2/fb.c b/arch/arm/mach-omap2/fb.c index 1f1ecf8807eb..ecd00b63181e 100644 --- a/arch/arm/mach-omap2/fb.c +++ b/arch/arm/mach-omap2/fb.c @@ -90,7 +90,7 @@ int __init omap_init_vrfb(void) int __init omap_init_vrfb(void) { return 0; } #endif -#if defined(CONFIG_FB_OMAP2) || defined(CONFIG_FB_OMAP2_MODULE) +#if IS_ENABLED(CONFIG_FB_OMAP2) static u64 omap_fb_dma_mask = ~(u32)0; static struct omapfb_platform_data omapfb_config;