hc
2024-09-20 a36159eec6ca17402b0e146b86efaf76568dc353
kernel/arch/x86/kernel/apm_32.c
....@@ -1,19 +1,10 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /* -*- linux-c -*-
23 * APM BIOS driver for Linux
34 * Copyright 1994-2001 Stephen Rothwell (sfr@canb.auug.org.au)
45 *
56 * Initial development of this driver was funded by NEC Australia P/L
67 * and NEC Corporation
7
- *
8
- * This program is free software; you can redistribute it and/or modify it
9
- * under the terms of the GNU General Public License as published by the
10
- * Free Software Foundation; either version 2, or (at your option) any
11
- * later version.
12
- *
13
- * This program is distributed in the hope that it will be useful, but
14
- * WITHOUT ANY WARRANTY; without even the implied warranty of
15
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16
- * General Public License for more details.
178 *
189 * October 1995, Rik Faith (faith@cs.unc.edu):
1910 * Minor enhancements and updates (to the patch set) for 1.3.x
....@@ -245,12 +236,6 @@
245236 #if defined(CONFIG_APM_DISPLAY_BLANK) && defined(CONFIG_VT)
246237 extern int (*console_blank_hook)(int);
247238 #endif
248
-
249
-/*
250
- * The apm_bios device is one of the misc char devices.
251
- * This is its minor number.
252
- */
253
-#define APM_MINOR_DEV 134
254239
255240 /*
256241 * Various options can be changed at boot time as follows: