On Thu, 26 Aug 2010 01:52:16 +0200, Tobias Doerffel <[email protected]> wrote: > The function intel_overlay_print_error_state() is called from within > i915_error_state() in i915_debufs.c which is only built if > CONFIG_DEBUG_FS is set. When building without this option, seq_printf() > is not declared in intel_overlay.c and the file fails to compile. > Furthermore the whole function is superfluous in this case. Therefore > only build it if CONFIG_DEBUG_FS is set. > > Signed-off-by: Tobias Doerffel <[email protected]> I've already posted a better patch to remove the compile warnings as well.
The simple inclusion of seq_file.h is the best patch to go into mainline atm, with the more complete patch coming in via drm-intel-next. -- Chris Wilson, Intel Open Source Technology Centre _______________________________________________ Intel-gfx mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/intel-gfx
