Peter Senna Tschudin <[email protected]> writes: > replace: > #if defined(CONFIG_VIDEO_CX88_DVB) || \ > defined(CONFIG_VIDEO_CX88_DVB_MODULE) > with: > #if IS_ENABLED(CONFIG_VIDEO_CX88_DVB) > > This change was made for: CONFIG_VIDEO_CX88_DVB, > CONFIG_VIDEO_CX88_BLACKBIRD, CONFIG_VIDEO_CX88_VP3054 > > Reported-by: Mauro Carvalho Chehab <[email protected]> > Signed-off-by: Peter Senna Tschudin <[email protected]> > --- > drivers/media/pci/cx88/cx88.h | 10 ++++------ > 1 file changed, 4 insertions(+), 6 deletions(-)
sorry, all patch-set have same 'use IS_ENABLED() macro'. not wise. at least prefix it by subsystem, driver or whatever useful. -- Nikola -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
