diff options
Diffstat (limited to 'arch/x86/kernel/apm_32.c')
| -rw-r--r-- | arch/x86/kernel/apm_32.c | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/kernel/apm_32.c b/arch/x86/kernel/apm_32.c index 0371c484bb8..a46bd383953 100644 --- a/arch/x86/kernel/apm_32.c +++ b/arch/x86/kernel/apm_32.c @@ -249,8 +249,6 @@ extern int (*console_blank_hook)(int);  #define	APM_MINOR_DEV	134  /* - * See Documentation/Config.help for the configuration options. - *   * Various options can be changed at boot time as follows:   * (We allow underscores for compatibility with the modules code)   *	apm=on/off			enable/disable APM  |