[PATCH 2/4] compat: backport fb_info->skip_vt_switch using a static inline

2013-03-28 Thread Luis R. Rodriguez
From: "Luis R. Rodriguez" Commit 3cf2667 as of next-20130301 extended the struct fb_info with a skip_vt_switch to allow drivers to skip the VT switch at suspend/resume time. For older kernels we can skip this as all this switch does is call pm_vt_switch_required() with true or false depending on

[PATCH 2/4] compat: backport fb_info->skip_vt_switch using a static inline

2013-03-28 Thread Luis R. Rodriguez
From: "Luis R. Rodriguez" Commit 3cf2667 as of next-20130301 extended the struct fb_info with a skip_vt_switch to allow drivers to skip the VT switch at suspend/resume time. For older kernels we can skip this as all this switch does is call pm_vt_switch_required() with true or false depending on