From: <jsi...@us...> - 2007-07-17 18:50:29
|
Revision: 2384 http://linuxconsole.svn.sourceforge.net/linuxconsole/?rev=2384&view=rev Author: jsimmons Date: 2007-07-17 11:50:21 -0700 (Tue, 17 Jul 2007) Log Message: ----------- pm is obsolete Modified Paths: -------------- branches/ruby-2.6.21/ruby-2.6/include/linux/vt_kern.h Modified: branches/ruby-2.6.21/ruby-2.6/include/linux/vt_kern.h =================================================================== --- branches/ruby-2.6.21/ruby-2.6/include/linux/vt_kern.h 2007-07-16 18:14:58 UTC (rev 2383) +++ branches/ruby-2.6.21/ruby-2.6/include/linux/vt_kern.h 2007-07-17 18:50:21 UTC (rev 2384) @@ -6,7 +6,6 @@ */ #include <linux/module.h> -#include <linux/pm.h> #include <linux/vt.h> #include <linux/mutex.h> #include <linux/kbd_kern.h> @@ -244,7 +243,6 @@ int blank_timer_expired; struct timer_list timer; /* Timer for VT blanking */ struct timer_list beep; /* Timer for adjusting console beeping */ - struct pm_dev *pm_con; /* power management */ /* * This is a temporary buffer used to prepare a tty console write * so that we can easily avoid touching user space while holding the This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |