mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-01 11:24:25 +08:00
fbdev: simplefb: Platform data shan't include kernel.h
Replace with appropriate types.h. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Acked-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> Link: https://patchwork.freedesktop.org/patch/msgid/20200204162114.28937-1-andriy.shevchenko@linux.intel.com
This commit is contained in:
parent
11be60bd66
commit
9e553376d3
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
#include <drm/drm_fourcc.h>
|
#include <drm/drm_fourcc.h>
|
||||||
#include <linux/fb.h>
|
#include <linux/fb.h>
|
||||||
#include <linux/kernel.h>
|
#include <linux/types.h>
|
||||||
|
|
||||||
/* format array, use it to initialize a "struct simplefb_format" array */
|
/* format array, use it to initialize a "struct simplefb_format" array */
|
||||||
#define SIMPLEFB_FORMATS \
|
#define SIMPLEFB_FORMATS \
|
||||||
|
Loading…
Reference in New Issue
Block a user