forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 95099d4622f8cb224d94e314c7a8e0df60b13f87
kernel/arch/x86/kernel/sysfb_efi.c
....@@ -1,13 +1,9 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * Generic System Framebuffers on x86
34 * Copyright (c) 2012-2013 David Herrmann <dh.herrmann@gmail.com>
45 *
56 * EFI Quirks Copyright (c) 2006 Edgar Hucek <gimli@dark-green.com>
6
- *
7
- * This program is free software; you can redistribute it and/or modify it
8
- * under the terms of the GNU General Public License as published by the Free
9
- * Software Foundation; either version 2 of the License, or (at your option)
10
- * any later version.
117 */
128
139 /*
....@@ -19,12 +15,15 @@
1915
2016 #include <linux/dmi.h>
2117 #include <linux/err.h>
18
+#include <linux/efi.h>
2219 #include <linux/init.h>
2320 #include <linux/kernel.h>
2421 #include <linux/mm.h>
2522 #include <linux/pci.h>
2623 #include <linux/screen_info.h>
2724 #include <video/vga.h>
25
+
26
+#include <asm/efi.h>
2827 #include <asm/sysfb.h>
2928
3029 enum {