hc
2024-05-10 cde9070d9970eef1f7ec2360586c802a16230ad8
kernel/arch/x86/boot/video.h
....@@ -1,10 +1,8 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /* -*- linux-c -*- ------------------------------------------------------- *
23 *
34 * Copyright (C) 1991, 1992 Linus Torvalds
45 * Copyright 2007 rPath, Inc. - All Rights Reserved
5
- *
6
- * This file is part of the Linux kernel, and is made available under
7
- * the terms of the GNU General Public License version 2.
86 *
97 * ----------------------------------------------------------------------- */
108
....@@ -80,7 +78,7 @@
8078 u16 xmode_n; /* Size of unprobed mode range */
8179 };
8280
83
-#define __videocard struct card_info __attribute__((used,section(".videocards")))
81
+#define __videocard struct card_info __section(".videocards") __attribute__((used))
8482 extern struct card_info video_cards[], video_cards_end[];
8583
8684 int mode_defined(u16 mode); /* video.c */