mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 14:20:55 +07:00
578b25dfce
The ORIG_* macros definitions to access struct screen_info members and all of their users were removed 7 years ago by commit3ea3351000
("Remove magic macros for screen_info structure members"), but (only) the definitions reappeared a few days later in commitee8e7cfe9d
("Make asm-x86/bootparam.h includable from userspace."). Remove them for good. Amen. Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Cc: "H. Peter Anvin" <hpa@zytor.com> Cc: Rusty Russell <rusty@rustcorp.com.au> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
9 lines
152 B
C
9 lines
152 B
C
#ifndef _SCREEN_INFO_H
|
|
#define _SCREEN_INFO_H
|
|
|
|
#include <uapi/linux/screen_info.h>
|
|
|
|
extern struct screen_info screen_info;
|
|
|
|
#endif /* _SCREEN_INFO_H */
|