hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
kernel/include/linux/platform_data/simplefb.h
....@@ -1,12 +1,8 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 * simplefb.h - Simple Framebuffer Device
34 *
45 * Copyright (C) 2013 David Herrmann <dh.herrmann@gmail.com>
5
- *
6
- * This program is free software; you can redistribute it and/or modify
7
- * it under the terms of the GNU General Public License as published by
8
- * the Free Software Foundation; either version 2 of the License, or
9
- * (at your option) any later version.
106 */
117
128 #ifndef __PLATFORM_DATA_SIMPLEFB_H__
....@@ -14,7 +10,7 @@
1410
1511 #include <drm/drm_fourcc.h>
1612 #include <linux/fb.h>
17
-#include <linux/kernel.h>
13
+#include <linux/types.h>
1814
1915 /* format array, use it to initialize a "struct simplefb_format" array */
2016 #define SIMPLEFB_FORMATS \