On 30 March 2016 at 10:26, Daniel Vetter <daniel.vetter at ffwll.ch> wrote: > This allows us to ditch a ton of ugly #ifdefs from a bunch of drm modeset > drivers. > > v2: Make the dummy function actually return a sane value, spotted by > Ville. > > v3: Because the patch is still in limbo there's no more drivers to > convert, noticed by Emil. > > v4: Rebase once more, because hooray. I'll just go ahead an apply this > one later on to drm-misc. > > Cc: Emil Velikov <emil.l.velikov at gmail.com> > Cc: Ville Syrjälä <ville.syrjala at linux.intel.com> > Cc: Andrew Morton <akpm at linux-foundation.org> > Cc: Greg Kroah-Hartman <gregkh at linuxfoundation.org> > Signed-off-by: Daniel Vetter <daniel.vetter at ffwll.ch> Good bye #ifdef spaghetti :-)
Reviewed-by: Emil Velikov <emil.l.velikov at gmail.com> -Emil