mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 18:41:58 +09:00
x86/APM: drop the duplicate APM_MINOR_DEV macro
[ Upstream commit4ba2909638] This source file already includes <linux/miscdevice.h>, which contains the same macro. It doesn't need to be defined here again. Fixes:874bcd00f5("apm-emulation: move APM_MINOR_DEV to include/linux/miscdevice.h") Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Jiri Kosina <jikos@kernel.org> Cc: x86@kernel.org Cc: Sohil Mehta <sohil.mehta@intel.com> Cc: Corentin Labbe <clabbe.montjoie@gmail.com> Reviewed-by: Sohil Mehta <sohil.mehta@intel.com> Link: https://lore.kernel.org/r/20230728011120.759-1-rdunlap@infradead.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
6d209ed70f
commit
0ad56bf59d
@@ -238,12 +238,6 @@
|
|||||||
extern int (*console_blank_hook)(int);
|
extern int (*console_blank_hook)(int);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*
|
|
||||||
* The apm_bios device is one of the misc char devices.
|
|
||||||
* This is its minor number.
|
|
||||||
*/
|
|
||||||
#define APM_MINOR_DEV 134
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Various options can be changed at boot time as follows:
|
* Various options can be changed at boot time as follows:
|
||||||
* (We allow underscores for compatibility with the modules code)
|
* (We allow underscores for compatibility with the modules code)
|
||||||
|
|||||||
Reference in New Issue
Block a user